AzureStoragePropertyDictionaryResourceProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Azure storage accounts.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.AzureStoragePropertyDictionaryResourcePropertiesTypeConverter))]
public class AzureStoragePropertyDictionaryResourceProperties : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IAzureStoragePropertyDictionaryResourceProperties, Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IAssociativeArray<Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IAzureStorageInfoValue>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.AzureStoragePropertyDictionaryResourcePropertiesTypeConverter))>]
type AzureStoragePropertyDictionaryResourceProperties = class
interface IAzureStoragePropertyDictionaryResourceProperties
interface IJsonSerializable
interface IAssociativeArray<IAzureStorageInfoValue>
Public Class AzureStoragePropertyDictionaryResourceProperties
Implements IAssociativeArray(Of IAzureStorageInfoValue), IAzureStoragePropertyDictionaryResourceProperties
- Inheritance
-
AzureStoragePropertyDictionaryResourceProperties
- Attributes
- Implements
Constructors
AzureStoragePropertyDictionaryResourceProperties() |
Creates an new AzureStoragePropertyDictionaryResourceProperties instance. |
Fields
__additionalProperties |
Properties
Item[String] |
Methods
Add(String, IAzureStorageInfoValue) | |
Clear() | |
ContainsKey(String) | |
CopyFrom(IDictionary) | |
CopyFrom(PSObject) | |
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AzureStoragePropertyDictionaryResourceProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AzureStoragePropertyDictionaryResourceProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IAzureStoragePropertyDictionaryResourceProperties. |
FromJsonString(String) |
Creates a new instance of AzureStoragePropertyDictionaryResourceProperties, deserializing the content from a json string. |
Remove(String) | |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AzureStoragePropertyDictionaryResourceProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
TryGetValue(String, IAzureStorageInfoValue) |
Operators
Implicit(AzureStoragePropertyDictionaryResourceProperties to Dictionary<String,IAzureStorageInfoValue>) |