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 StorageAccountAttributesattributes()Get the attributes value.Stringid()Get the id value.StringresourceId()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
-
-