Uses of Class
com.azure.resourcemanager.privatedns.models.VirtualNetworkLinkState
-
Packages that use VirtualNetworkLinkState Package Description com.azure.resourcemanager.privatedns.fluent.models Package containing the inner data models for PrivateDnsManagementClient.com.azure.resourcemanager.privatedns.models Package containing the data models for PrivateDnsManagementClient. -
-
Uses of VirtualNetworkLinkState in com.azure.resourcemanager.privatedns.fluent.models
Methods in com.azure.resourcemanager.privatedns.fluent.models that return VirtualNetworkLinkState Modifier and Type Method Description VirtualNetworkLinkStateVirtualNetworkLinkInner. virtualNetworkLinkState()Get the virtualNetworkLinkState property: The status of the virtual network link to the Private DNS zone.VirtualNetworkLinkStateVirtualNetworkLinkProperties. virtualNetworkLinkState()Get the virtualNetworkLinkState property: The status of the virtual network link to the Private DNS zone. -
Uses of VirtualNetworkLinkState in com.azure.resourcemanager.privatedns.models
Fields in com.azure.resourcemanager.privatedns.models declared as VirtualNetworkLinkState Modifier and Type Field Description static VirtualNetworkLinkStateVirtualNetworkLinkState. COMPLETEDStatic value Completed for VirtualNetworkLinkState.static VirtualNetworkLinkStateVirtualNetworkLinkState. IN_PROGRESSStatic value InProgress for VirtualNetworkLinkState.Methods in com.azure.resourcemanager.privatedns.models that return VirtualNetworkLinkState Modifier and Type Method Description static VirtualNetworkLinkStateVirtualNetworkLinkState. fromString(String name)Creates or finds a VirtualNetworkLinkState from its string representation.VirtualNetworkLinkStateVirtualNetworkLink. virtualNetworkLinkState()Methods in com.azure.resourcemanager.privatedns.models that return types with arguments of type VirtualNetworkLinkState Modifier and Type Method Description static Collection<VirtualNetworkLinkState>VirtualNetworkLinkState. values()
-