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
DeleteExistingPeering(String) |
Initializes a new instance of DeleteExistingPeering. |
Properties
False |
False. |
True |
True. |
Methods
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
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. |
Applies to
Azure SDK for .NET