StorageTaskAssignmentInner Class

  • java.lang.Object
    • com.azure.resourcemanager.storageactions.fluent.models.StorageTaskAssignmentInner

Implements

public final class StorageTaskAssignmentInner
implements JsonSerializable<StorageTaskAssignmentInner>

Storage Task Assignment associated with this Storage Task.

Constructor Summary

Constructor Description
StorageTaskAssignmentInner()

Creates an instance of StorageTaskAssignmentInner class.

Method Summary

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

Reads an instance of StorageTaskAssignmentInner from the JsonReader.

String id()

Get the id property: Resource ID of the Storage Task Assignment.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

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:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If an error occurs while reading the StorageTaskAssignmentInner.

id

public String id()

Get the id property: Resource ID of the Storage Task Assignment.

Returns:

the id value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to