AzureStoragePropertyDictionaryResource Class
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.
AzureStorageInfo dictionary resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.AzureStoragePropertyDictionaryResourceTypeConverter))]
public class AzureStoragePropertyDictionaryResource : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAzureStoragePropertyDictionaryResource, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.AzureStoragePropertyDictionaryResourceTypeConverter))>]
type AzureStoragePropertyDictionaryResource = class
interface IAzureStoragePropertyDictionaryResource
interface IJsonSerializable
interface IProxyOnlyResource
interface IValidates
Public Class AzureStoragePropertyDictionaryResource
Implements IAzureStoragePropertyDictionaryResource, IValidates
- Inheritance
-
AzureStoragePropertyDictionaryResource
- Attributes
- Implements
Azure |
Creates an new AzureStoragePropertyDictionaryResource instance. |
Id |
Resource Id. |
Kind |
Kind of resource. |
Name |
Resource Name. |
Property |
Azure storage accounts. |
Type |
Resource type. |
Deserialize |
Deserializes a IDictionary into an instance of AzureStoragePropertyDictionaryResource. |
Deserialize |
Deserializes a PSObject into an instance of AzureStoragePropertyDictionaryResource. |
From |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAzureStoragePropertyDictionaryResource. |
From |
Creates a new instance of AzureStoragePropertyDictionaryResource, deserializing the content from a json string. |
To |
Serializes this instance of AzureStoragePropertyDictionaryResource into a JsonNode. |
To |
Serializes this instance to a json string. |
Validate(IEvent |
Validates that this object meets the validation criteria. |