ISiteConfig.AzureStorageAccount Property
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.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="List of Azure Storage Accounts.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISiteConfigAzureStorageAccounts) }, ReadOnly=false, Required=false, SerializedName="azureStorageAccounts")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISiteConfigAzureStorageAccounts AzureStorageAccount { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="List of Azure Storage Accounts.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISiteConfigAzureStorageAccounts) }, ReadOnly=false, Required=false, SerializedName="azureStorageAccounts")>]
member this.AzureStorageAccount : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISiteConfigAzureStorageAccounts with get, set
Public Property AzureStorageAccount As ISiteConfigAzureStorageAccounts
Property Value
- Attributes