ICustomDomain.CertificateId 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.
Resource Id of the Certificate to be bound to this hostname. Must exist in the Managed Environment.
[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Resource Id of the Certificate to be bound to this hostname. Must exist in the Managed Environment.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="certificateId", Update=true)]
public string CertificateId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Resource Id of the Certificate to be bound to this hostname. Must exist in the Managed Environment.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="certificateId", Update=true)>]
member this.CertificateId : string with get, set
Public Property CertificateId As String
Property Value
- Attributes