Class DataBoxEdgeDevicePatch

java.lang.Object
com.azure.resourcemanager.databoxedge.models.DataBoxEdgeDevicePatch

public final class DataBoxEdgeDevicePatch extends Object
The Data Box Edge/Gateway device patch.
  • Constructor Details

    • DataBoxEdgeDevicePatch

      public DataBoxEdgeDevicePatch()
      Creates an instance of DataBoxEdgeDevicePatch class.
  • Method Details

    • tags

      public Map<String,String> tags()
      Get the tags property: The tags attached to the Data Box Edge/Gateway resource.
      Returns:
      the tags value.
    • withTags

      public DataBoxEdgeDevicePatch withTags(Map<String,String> tags)
      Set the tags property: The tags attached to the Data Box Edge/Gateway resource.
      Parameters:
      tags - the tags value to set.
      Returns:
      the DataBoxEdgeDevicePatch object itself.
    • validate

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