IFunctionsIdentity.PublicCertificateName 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.
Public certificate name.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Public certificate name.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="publicCertificateName")]
public string PublicCertificateName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Public certificate name.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="publicCertificateName")>]
member this.PublicCertificateName : string with get, set
Public Property PublicCertificateName As String
Property Value
- Attributes