Class UpdateResourceDefinition
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.compute.models.UpdateResourceDefinition
- Direct Known Subclasses:
GalleryApplicationUpdate,GalleryApplicationVersionUpdate,GalleryImageUpdate,GalleryImageVersionUpdate,GalleryUpdate
public class UpdateResourceDefinition
extends com.azure.core.management.ProxyResource
The Update Resource model definition.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of UpdateResourceDefinition class. -
Method Summary
Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
UpdateResourceDefinition
public UpdateResourceDefinition()Creates an instance of UpdateResourceDefinition class.
-
-
Method Details
-
tags
Get the tags property: Resource tags.- Returns:
- the tags value.
-
withTags
Set the tags property: Resource tags.- Parameters:
tags- the tags value to set.- Returns:
- the UpdateResourceDefinition object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-