Class AzureStoragePropertyDictionaryResourceInner
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.resourcemanager.appservice.models.ProxyOnlyResource
-
- com.azure.resourcemanager.appservice.fluent.models.AzureStoragePropertyDictionaryResourceInner
-
public final class AzureStoragePropertyDictionaryResourceInner extends ProxyOnlyResource
AzureStorageInfo dictionary resource.
-
-
Constructor Summary
Constructors Constructor Description AzureStoragePropertyDictionaryResourceInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,AzureStorageInfoValue>properties()Get the properties property: Azure storage accounts.voidvalidate()Validates the instance.AzureStoragePropertyDictionaryResourceInnerwithKind(String kind)Set the kind property: Kind of resource.AzureStoragePropertyDictionaryResourceInnerwithProperties(Map<String,AzureStorageInfoValue> properties)Set the properties property: Azure storage accounts.-
Methods inherited from class com.azure.resourcemanager.appservice.models.ProxyOnlyResource
kind
-
-
-
-
Method Detail
-
properties
public Map<String,AzureStorageInfoValue> properties()
Get the properties property: Azure storage accounts.- Returns:
- the properties value.
-
withProperties
public AzureStoragePropertyDictionaryResourceInner withProperties(Map<String,AzureStorageInfoValue> properties)
Set the properties property: Azure storage accounts.- Parameters:
properties- the properties value to set.- Returns:
- the AzureStoragePropertyDictionaryResourceInner object itself.
-
withKind
public AzureStoragePropertyDictionaryResourceInner withKind(String kind)
Set the kind property: Kind of resource.- Overrides:
withKindin classProxyOnlyResource- Parameters:
kind- the kind value to set.- Returns:
- the ProxyOnlyResource object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validatein classProxyOnlyResource- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-