Class AzureEntityResource
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.storage.models.AzureEntityResource
- All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>
- Direct Known Subclasses:
BlobContainerInner,FileShareInner,FileShareItemInner,ImmutabilityPolicyInner,ListContainerItemInner
public class AzureEntityResource
extends com.azure.core.management.ProxyResource
Entity Resource
The resource model definition for an Azure Resource Manager resource with an etag.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.azure.core.management.ProxyResource
fromJson, id, name, toJson, type
-
Constructor Details
-
AzureEntityResource
public AzureEntityResource()Creates an instance of AzureEntityResource class.
-
-
Method Details
-
etag
Get the etag property: Resource Etag.- Returns:
- the etag value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-