StorageAccountCredentialList Class

  • java.lang.Object
    • com.azure.resourcemanager.databoxedge.models.StorageAccountCredentialList

Implements

public final class StorageAccountCredentialList
implements JsonSerializable<StorageAccountCredentialList>

The collection of storage account credentials.

Constructor Summary

Constructor Description
StorageAccountCredentialList()

Creates an instance of StorageAccountCredentialList class.

Method Summary

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

Reads an instance of StorageAccountCredentialList from the JsonReader.

String nextLink()

Get the nextLink property: Link to the next set of results.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<StorageAccountCredentialInner> value()

Get the value property: The value.

Methods inherited from java.lang.Object

Constructor Details

StorageAccountCredentialList

public StorageAccountCredentialList()

Creates an instance of StorageAccountCredentialList class.

Method Details

fromJson

public static StorageAccountCredentialList fromJson(JsonReader jsonReader)

Reads an instance of StorageAccountCredentialList from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of StorageAccountCredentialList 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 StorageAccountCredentialList.

nextLink

public String nextLink()

Get the nextLink property: Link to the next set of results.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<StorageAccountCredentialInner> value()

Get the value property: The value.

Returns:

the value value.

Applies to