DeleteExistingPeering Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Flag if need to remove current existing peerings.
public readonly struct DeleteExistingPeering : IEquatable<Azure.ResourceManager.Network.Models.DeleteExistingPeering>
type DeleteExistingPeering = struct
Public Structure DeleteExistingPeering
Implements IEquatable(Of DeleteExistingPeering)
- Inheritance
-
DeleteExistingPeering
- Implements
Constructors
| Name | Description |
|---|---|
| DeleteExistingPeering(String) |
Initializes a new instance of DeleteExistingPeering. |
Properties
| Name | Description |
|---|---|
| False |
False. |
| True |
True. |
Methods
| Name | Description |
|---|---|
| Equals(DeleteExistingPeering) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(DeleteExistingPeering, DeleteExistingPeering) |
Determines if two DeleteExistingPeering values are the same. |
| Implicit(String to DeleteExistingPeering) |
Converts a String to a DeleteExistingPeering. |
| Inequality(DeleteExistingPeering, DeleteExistingPeering) |
Determines if two DeleteExistingPeering values are not the same. |