StorageAccountListKeysResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. storage. fluent. models. StorageAccountListKeysResultInner
- com.
Implements
public final class StorageAccountListKeysResultInner
implements JsonSerializable<StorageAccountListKeysResultInner>
The response from the ListKeys operation.
Constructor Summary
Constructor | Description |
---|---|
StorageAccountListKeysResultInner() |
Creates an instance of Storage |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Storage |
fromJson(JsonReader jsonReader)
Reads an instance of Storage |
List<Storage |
keys()
Get the keys property: Gets the list of storage account keys and their properties for the specified storage account. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
StorageAccountListKeysResultInner
public StorageAccountListKeysResultInner()
Creates an instance of StorageAccountListKeysResultInner class.
Method Details
fromJson
public static StorageAccountListKeysResultInner fromJson(JsonReader jsonReader)
Reads an instance of StorageAccountListKeysResultInner from the JsonReader.
Parameters:
Returns:
Throws:
keys
public List
Get the keys property: Gets the list of storage account keys and their properties for the specified storage account.
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java