Class UpdateResource

java.lang.Object
com.microsoft.azure.management.compute.UpdateResource
Direct Known Subclasses:
AvailabilitySetUpdate, DedicatedHostGroupUpdate, DedicatedHostUpdate, ImageUpdate, ProximityPlacementGroupUpdate, SshPublicKeyUpdateResource, VirtualMachineExtensionUpdate, VirtualMachineRunCommandUpdate, VirtualMachineScaleSetUpdate, VirtualMachineUpdate

public class UpdateResource extends Object
The Update Resource model definition.
  • Constructor Details

    • UpdateResource

      public UpdateResource()
  • Method Details

    • tags

      public Map<String,String> tags()
      Get resource tags.
      Returns:
      the tags value
    • withTags

      public UpdateResource withTags(Map<String,String> tags)
      Set resource tags.
      Parameters:
      tags - the tags value to set
      Returns:
      the UpdateResource object itself.