IPublicCertificateProperties.PublicCertificateLocation 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.
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