Class StorageAccountItem
- java.lang.Object
-
- com.microsoft.azure.keyvault.models.StorageAccountItem
-
- Direct Known Subclasses:
DeletedStorageAccountItem
public class StorageAccountItem extends Object
The storage account item containing storage account metadata.
-
-
Constructor Summary
Constructors Constructor Description StorageAccountItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StorageAccountAttributes
attributes()
Get the attributes value.String
id()
Get the id value.String
resourceId()
Get the resourceId value.Map<String,String>
tags()
Get the tags value.
-
-
-
Method Detail
-
id
public String id()
Get the id value.- Returns:
- the id value
-
resourceId
public String resourceId()
Get the resourceId value.- Returns:
- the resourceId value
-
attributes
public StorageAccountAttributes attributes()
Get the attributes value.- Returns:
- the attributes value
-
-