StorageTaskAssignmentInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. storage. fluent. models. StorageTaskAssignmentInner
- com.
- com.
public final class StorageTaskAssignmentInner
extends ProxyResource
The storage task assignment.
Constructor Summary
Constructor | Description |
---|---|
StorageTaskAssignmentInner() |
Creates an instance of Storage |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Storage |
fromJson(JsonReader jsonReader)
Reads an instance of Storage |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
Storage |
properties()
Get the properties property: Properties of the storage task assignment. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Storage |
withProperties(StorageTaskAssignmentProperties properties)
Set the properties property: Properties of the storage task assignment. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
StorageTaskAssignmentInner
public StorageTaskAssignmentInner()
Creates an instance of StorageTaskAssignmentInner class.
Method Details
fromJson
public static StorageTaskAssignmentInner fromJson(JsonReader jsonReader)
Reads an instance of StorageTaskAssignmentInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
StorageTaskAssignmentInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
StorageTaskAssignmentInner.name()Returns:
properties
public StorageTaskAssignmentProperties properties()
Get the properties property: Properties of the storage task assignment.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
StorageTaskAssignmentInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
StorageTaskAssignmentInner.type()Returns:
validate
public void validate()
Validates the instance.
withProperties
public StorageTaskAssignmentInner withProperties(StorageTaskAssignmentProperties properties)
Set the properties property: Properties of the storage task assignment.
Parameters:
Returns:
Applies to
Azure SDK for Java