public final class AzureStoragePropertyDictionaryResourceInner extends ProxyOnlyResource
| Constructor and Description |
|---|
AzureStoragePropertyDictionaryResourceInner() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,AzureStorageInfoValue> |
properties()
Get the properties property: Azure storage accounts.
|
void |
validate()
Validates the instance.
|
AzureStoragePropertyDictionaryResourceInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
AzureStoragePropertyDictionaryResourceInner |
withProperties(Map<String,AzureStorageInfoValue> properties)
Set the properties property: Azure storage accounts.
|
kindpublic AzureStoragePropertyDictionaryResourceInner()
public Map<String,AzureStorageInfoValue> properties()
public AzureStoragePropertyDictionaryResourceInner withProperties(Map<String,AzureStorageInfoValue> properties)
properties - the properties value to set.public AzureStoragePropertyDictionaryResourceInner withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.