다음을 통해 공유


StorageTaskAssignmentReport Class

  • java.lang.Object
    • com.azure.resourcemanager.storage.models.StorageTaskAssignmentReport

Implements

public final class StorageTaskAssignmentReport
implements JsonSerializable<StorageTaskAssignmentReport>

The storage task assignment report.

Constructor Summary

Constructor Description
StorageTaskAssignmentReport()

Creates an instance of StorageTaskAssignmentReport class.

Method Summary

Modifier and Type Method and Description
static StorageTaskAssignmentReport fromJson(JsonReader jsonReader)

Reads an instance of StorageTaskAssignmentReport from the JsonReader.

String prefix()

Get the prefix property: The container prefix for the location of storage task assignment report.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

StorageTaskAssignmentReport 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:

jsonReader - The JsonReader being read.

Returns:

An instance of StorageTaskAssignmentReport if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

prefix

public String prefix()

Get the prefix property: The container prefix for the location of storage task assignment report.

Returns:

the prefix value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

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:

prefix - the prefix value to set.

Returns:

the StorageTaskAssignmentReport object itself.

Applies to