IFunctionsIdentity.ContainerName 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.
Site Container Name
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="containerName")]
public string ContainerName { get; set; }
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Site Container Name", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="containerName")]
public string ContainerName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="containerName")>]
member this.ContainerName : string with get, set
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Site Container Name", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="containerName")>]
member this.ContainerName : string with get, set
Public Property ContainerName As String
Property Value
- Attributes