IFunctionsIdentity.PublicCertificateName Property

Definition

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

Property Value

Attributes

Applies to