Class GetVirtualNetworkLinkResult


  • public final class GetVirtualNetworkLinkResult
    extends java.lang.Object
    • Method Detail

      • etag

        public java.util.Optional<java.lang.String> etag()
        Returns:
        The ETag of the virtual network link.
      • id

        public java.lang.String id()
        Returns:
        Fully qualified resource Id for the resource. Example - '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateDnsZoneName}'.
      • location

        public java.util.Optional<java.lang.String> location()
        Returns:
        The Azure Region where the resource lives
      • name

        public java.lang.String name()
        Returns:
        The name of the resource
      • provisioningState

        public java.lang.String provisioningState()
        Returns:
        The provisioning state of the resource. This is a read-only property and any attempt to set this value will be ignored.
      • registrationEnabled

        public java.util.Optional<java.lang.Boolean> registrationEnabled()
        Returns:
        Is auto-registration of virtual machine records in the virtual network in the Private DNS zone enabled?
      • tags

        public java.util.Map<java.lang.String,​java.lang.String> tags()
        Returns:
        Resource tags.
      • type

        public java.lang.String type()
        Returns:
        The type of the resource. Example - 'Microsoft.Network/privateDnsZones'.
      • virtualNetwork

        public java.util.Optional<SubResourceResponse> virtualNetwork()
        Returns:
        The reference of the virtual network.
      • virtualNetworkLinkState

        public java.lang.String virtualNetworkLinkState()
        Returns:
        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.