AzureStoragePropertyDictionaryResourceInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appservice. models. ProxyOnlyResource - com.
azure. resourcemanager. appservice. fluent. models. AzureStoragePropertyDictionaryResourceInner
- com.
- com.
- com.
public final class AzureStoragePropertyDictionaryResourceInner
extends ProxyOnlyResource
AzureStorageInfo dictionary resource.
Constructor Summary
Constructor | Description |
---|---|
AzureStoragePropertyDictionaryResourceInner() |
Creates an instance of Azure |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Azure |
fromJson(JsonReader jsonReader)
Reads an instance of Azure |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
Map<String,Azure |
properties()
Get the properties property: Azure storage accounts. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Azure |
withKind(String kind)
Set the kind property: Kind of resource. |
Azure |
withProperties(Map<String,AzureStorageInfoValue> properties)
Set the properties property: Azure storage accounts. |
Methods inherited from ProxyOnlyResource
Methods inherited from java.lang.Object
Constructor Details
AzureStoragePropertyDictionaryResourceInner
public AzureStoragePropertyDictionaryResourceInner()
Creates an instance of AzureStoragePropertyDictionaryResourceInner class.
Method Details
fromJson
public static AzureStoragePropertyDictionaryResourceInner fromJson(JsonReader jsonReader)
Reads an instance of AzureStoragePropertyDictionaryResourceInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
AzureStoragePropertyDictionaryResourceInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
AzureStoragePropertyDictionaryResourceInner.name()Returns:
properties
public Map
Get the properties property: Azure storage accounts.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
AzureStoragePropertyDictionaryResourceInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
AzureStoragePropertyDictionaryResourceInner.type()Returns:
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:
withProperties
public AzureStoragePropertyDictionaryResourceInner withProperties(Map
Set the properties property: Azure storage accounts.
Parameters:
Returns:
Applies to
Azure SDK for Java