SiteConfigAzureStorageAccounts 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.
List of Azure Storage Accounts.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.SiteConfigAzureStorageAccountsTypeConverter))]
public class SiteConfigAzureStorageAccounts : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISiteConfigAzureStorageAccounts, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IAssociativeArray<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAzureStorageInfoValue>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.SiteConfigAzureStorageAccountsTypeConverter))>]
type SiteConfigAzureStorageAccounts = class
interface ISiteConfigAzureStorageAccounts
interface IJsonSerializable
interface IAssociativeArray<IAzureStorageInfoValue>
Public Class SiteConfigAzureStorageAccounts
Implements IAssociativeArray(Of IAzureStorageInfoValue), ISiteConfigAzureStorageAccounts
- Inheritance
-
SiteConfigAzureStorageAccounts
- Attributes
- Implements
Constructors
SiteConfigAzureStorageAccounts() |
Creates an new SiteConfigAzureStorageAccounts 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 SiteConfigAzureStorageAccounts. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SiteConfigAzureStorageAccounts. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISiteConfigAzureStorageAccounts. |
FromJsonString(String) |
Creates a new instance of SiteConfigAzureStorageAccounts, deserializing the content from a json string. |
Remove(String) | |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SiteConfigAzureStorageAccounts into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
TryGetValue(String, IAzureStorageInfoValue) |
Operators
Implicit(SiteConfigAzureStorageAccounts to Dictionary<String,IAzureStorageInfoValue>) |