ISiteConfig.AzureStorageAccount Property

Definition

List of Azure Storage Accounts.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="List of Azure Storage Accounts.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.ISiteConfigAzureStorageAccounts) }, Read=true, ReadOnly=false, Required=false, SerializedName="azureStorageAccounts", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.ISiteConfigAzureStorageAccounts AzureStorageAccount { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="List of Azure Storage Accounts.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.ISiteConfigAzureStorageAccounts) }, Read=true, ReadOnly=false, Required=false, SerializedName="azureStorageAccounts", Update=true)>]
member this.AzureStorageAccount : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.ISiteConfigAzureStorageAccounts with get, set
Public Property AzureStorageAccount As ISiteConfigAzureStorageAccounts

Property Value

Attributes

Applies to