IPublicCertificateProperties.PublicCertificateLocation Property

Definition

Public Certificate Location

[Microsoft.Azure.PowerShell.Cmdlets.Websites.PSArgumentCompleter(new System.String[] { "CurrentUserMy", "LocalMachineMy", "Unknown" })]
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="Public Certificate Location", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="publicCertificateLocation", Update=true)]
public string PublicCertificateLocation { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.PSArgumentCompleter(new System.String[] { "CurrentUserMy", "LocalMachineMy", "Unknown" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="Public Certificate Location", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="publicCertificateLocation", Update=true)>]
member this.PublicCertificateLocation : string with get, set
Public Property PublicCertificateLocation As String

Property Value

Attributes

Applies to