ISlotConfigNames.AzureStorageConfigName 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 external Azure storage account identifiers.
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="List of external Azure storage account identifiers.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="azureStorageConfigNames")]
public string[] AzureStorageConfigName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="List of external Azure storage account identifiers.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="azureStorageConfigNames")>]
member this.AzureStorageConfigName : string[] with get, set
Public Property AzureStorageConfigName As String()
Property Value
String[]
- Attributes