Share via


ICustomHttpsConfiguration.CertificateSource Property

Definition

Defines the source of the SSL certificate

[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.PSArgumentCompleter(new System.String[] { "AzureKeyVault", "FrontDoor" })]
[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="Defines the source of the SSL certificate", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="certificateSource", Update=true)]
public string CertificateSource { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.PSArgumentCompleter(new System.String[] { "AzureKeyVault", "FrontDoor" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="Defines the source of the SSL certificate", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="certificateSource", Update=true)>]
member this.CertificateSource : string with get, set
Public Property CertificateSource As String

Property Value

Attributes

Applies to