Class VirtualNetworkLinkPatchProperties


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

      • VirtualNetworkLinkPatchProperties

        public VirtualNetworkLinkPatchProperties()
    • Method Detail

      • 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.