IFrontendEndpointProperties.CustomHttpsConfigurationCertificateSource 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.
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=false, SerializedName="certificateSource", Update=true)]
public string CustomHttpsConfigurationCertificateSource { 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=false, SerializedName="certificateSource", Update=true)>]
member this.CustomHttpsConfigurationCertificateSource : string with get, set
Public Property CustomHttpsConfigurationCertificateSource As String
Property Value
- Attributes