Class StorageTaskAssignmentInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.storage.fluent.models.StorageTaskAssignmentInner
- All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>
public final class StorageTaskAssignmentInner
extends com.azure.core.management.ProxyResource
The storage task assignment.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of StorageTaskAssignmentInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the properties property: Properties of the storage task assignment.voidvalidate()Validates the instance.withProperties(StorageTaskAssignmentProperties properties) Set the properties property: Properties of the storage task assignment.Methods inherited from class com.azure.core.management.ProxyResource
fromJson, id, name, toJson, type
-
Constructor Details
-
StorageTaskAssignmentInner
public StorageTaskAssignmentInner()Creates an instance of StorageTaskAssignmentInner class.
-
-
Method Details
-
properties
Get the properties property: Properties of the storage task assignment.- Returns:
- the properties value.
-
withProperties
Set the properties property: Properties of the storage task assignment.- Parameters:
properties- the properties value to set.- Returns:
- the StorageTaskAssignmentInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-