Uses of Class
com.azure.resourcemanager.privatedns.models.VirtualNetworkLinkState
Packages that use VirtualNetworkLinkState
Package
Description
Package containing the inner data models for PrivateDnsManagementClient.
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 VirtualNetworkLinkStateModifier and TypeMethodDescriptionVirtualNetworkLinkInner.virtualNetworkLinkState()Get the virtualNetworkLinkState property: The status of the virtual network link to the Private DNS zone.VirtualNetworkLinkProperties.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 VirtualNetworkLinkStateModifier and TypeFieldDescriptionstatic final VirtualNetworkLinkStateVirtualNetworkLinkState.COMPLETEDStatic value Completed for VirtualNetworkLinkState.static final VirtualNetworkLinkStateVirtualNetworkLinkState.IN_PROGRESSStatic value InProgress for VirtualNetworkLinkState.Methods in com.azure.resourcemanager.privatedns.models that return VirtualNetworkLinkStateModifier and TypeMethodDescriptionstatic VirtualNetworkLinkStateVirtualNetworkLinkState.fromString(String name) Creates or finds a VirtualNetworkLinkState from its string representation.VirtualNetworkLink.virtualNetworkLinkState()Methods in com.azure.resourcemanager.privatedns.models that return types with arguments of type VirtualNetworkLinkStateModifier and TypeMethodDescriptionstatic Collection<VirtualNetworkLinkState>VirtualNetworkLinkState.values()Gets known VirtualNetworkLinkState values.