Class VirtualNetworkLinkProperties

java.lang.Object
com.azure.resourcemanager.dnsresolver.fluent.models.VirtualNetworkLinkProperties

public final class VirtualNetworkLinkProperties extends Object
Represents the properties of a virtual network link.
  • Constructor Details

    • VirtualNetworkLinkProperties

      public VirtualNetworkLinkProperties()
  • Method Details

    • virtualNetwork

      public com.azure.core.management.SubResource virtualNetwork()
      Get the virtualNetwork property: The reference to the virtual network. This cannot be changed after creation.
      Returns:
      the virtualNetwork value.
    • withVirtualNetwork

      public VirtualNetworkLinkProperties withVirtualNetwork(com.azure.core.management.SubResource virtualNetwork)
      Set the virtualNetwork property: The reference to the virtual network. This cannot be changed after creation.
      Parameters:
      virtualNetwork - the virtualNetwork value to set.
      Returns:
      the VirtualNetworkLinkProperties object itself.
    • metadata

      public Map<String,String> metadata()
      Get the metadata property: Metadata attached to the virtual network link.
      Returns:
      the metadata value.
    • withMetadata

      public VirtualNetworkLinkProperties withMetadata(Map<String,String> metadata)
      Set the metadata property: Metadata attached to the virtual network link.
      Parameters:
      metadata - the metadata value to set.
      Returns:
      the VirtualNetworkLinkProperties object itself.
    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioningState property: The current provisioning state of the virtual network link. This is a read-only property and any attempt to set this value will be ignored.
      Returns:
      the provisioningState value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.