Class VirtualNetworkLinkPatchProperties

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

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

    • VirtualNetworkLinkPatchProperties

      public VirtualNetworkLinkPatchProperties()
  • Method Details

    • metadata

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

      public VirtualNetworkLinkPatchProperties 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 VirtualNetworkLinkPatchProperties object itself.
    • validate

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