StorageAccountCredentialList Class
- java.
lang. Object - com.
azure. resourcemanager. databoxedge. models. StorageAccountCredentialList
- com.
Implements
public final class StorageAccountCredentialList
implements JsonSerializable<StorageAccountCredentialList>
The collection of storage account credentials.
Constructor Summary
| Constructor | Description |
|---|---|
| StorageAccountCredentialList() |
Creates an instance of Storage |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Storage |
fromJson(JsonReader jsonReader)
Reads an instance of Storage |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Storage |
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:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: Link to the next set of results.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<StorageAccountCredentialInner> value()
Get the value property: The value.
Returns: