AzureStoragePropertyDictionaryResourceInner Class

public final class AzureStoragePropertyDictionaryResourceInner
extends ProxyOnlyResource

AzureStorageInfo dictionary resource.

Constructor Summary

Constructor Description
AzureStoragePropertyDictionaryResourceInner()

Creates an instance of AzureStoragePropertyDictionaryResourceInner class.

Method Summary

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.

Methods inherited from ProxyResource

Methods inherited from ProxyOnlyResource

Methods inherited from java.lang.Object

Constructor Details

AzureStoragePropertyDictionaryResourceInner

public AzureStoragePropertyDictionaryResourceInner()

Creates an instance of AzureStoragePropertyDictionaryResourceInner class.

Method Details

properties

public Map properties()

Get the properties property: Azure storage accounts.

Returns:

the properties value.

validate

public void validate()

Validates the instance.

Overrides:

AzureStoragePropertyDictionaryResourceInner.validate()

withKind

public AzureStoragePropertyDictionaryResourceInner withKind(String kind)

Set the kind property: Kind of resource.

Overrides:

AzureStoragePropertyDictionaryResourceInner.withKind(String kind)

Parameters:

kind

withProperties

public AzureStoragePropertyDictionaryResourceInner withProperties(Map properties)

Set the properties property: Azure storage accounts.

Parameters:

properties - the properties value to set.

Returns:

the AzureStoragePropertyDictionaryResourceInner object itself.

Applies to