StorageTaskAssignmentReport Class
- java.
lang. Object - com.
azure. resourcemanager. storage. models. StorageTaskAssignmentReport
- com.
Implements
public final class StorageTaskAssignmentReport
implements JsonSerializable<StorageTaskAssignmentReport>
The storage task assignment report.
Constructor Summary
Constructor | Description |
---|---|
StorageTaskAssignmentReport() |
Creates an instance of Storage |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Storage |
fromJson(JsonReader jsonReader)
Reads an instance of Storage |
String |
prefix()
Get the prefix property: The container prefix for the location of storage task assignment report. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Storage |
withPrefix(String prefix)
Set the prefix property: The container prefix for the location of storage task assignment report. |
Methods inherited from java.lang.Object
Constructor Details
StorageTaskAssignmentReport
public StorageTaskAssignmentReport()
Creates an instance of StorageTaskAssignmentReport class.
Method Details
fromJson
public static StorageTaskAssignmentReport fromJson(JsonReader jsonReader)
Reads an instance of StorageTaskAssignmentReport from the JsonReader.
Parameters:
Returns:
Throws:
prefix
public String prefix()
Get the prefix property: The container prefix for the location of storage task assignment report.
Returns:
toJson
validate
public void validate()
Validates the instance.
withPrefix
public StorageTaskAssignmentReport withPrefix(String prefix)
Set the prefix property: The container prefix for the location of storage task assignment report.
Parameters:
Returns:
Applies to
Azure SDK for Java