VirtualNetworkLinkState 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.
The status of the virtual network link to the Private DNS zone. Possible values are 'InProgress' and 'Done'. This is a read-only property and any attempt to set this value will be ignored.
public readonly struct VirtualNetworkLinkState : IEquatable<Azure.ResourceManager.PrivateDns.Models.VirtualNetworkLinkState>
type VirtualNetworkLinkState = struct
Public Structure VirtualNetworkLinkState
Implements IEquatable(Of VirtualNetworkLinkState)
- Inheritance
-
VirtualNetworkLinkState
- Implements
Constructors
VirtualNetworkLinkState(String) |
Initializes a new instance of VirtualNetworkLinkState. |
Properties
Completed |
Completed. |
InProgress |
InProgress. |
Methods
Equals(VirtualNetworkLinkState) |
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(VirtualNetworkLinkState, VirtualNetworkLinkState) |
Determines if two VirtualNetworkLinkState values are the same. |
Implicit(String to VirtualNetworkLinkState) |
Converts a string to a VirtualNetworkLinkState. |
Inequality(VirtualNetworkLinkState, VirtualNetworkLinkState) |
Determines if two VirtualNetworkLinkState values are not the same. |
Applies to
Azure SDK for .NET