SetAzureVMOperatingSystemCommand.WinRMCertificateUrl 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.
[System.Management.Automation.Parameter(HelpMessage="Url for WinRM certificate", Mandatory=true, ParameterSetName="WindowsWinRmHttps", Position=10, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(HelpMessage="Url for WinRM certificate", Mandatory=true, ParameterSetName="WindowsDisableVMAgentWinRmHttps", Position=10, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public Uri WinRMCertificateUrl { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Url for WinRM certificate", Mandatory=true, ParameterSetName="WindowsWinRmHttps", Position=10, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(HelpMessage="Url for WinRM certificate", Mandatory=true, ParameterSetName="WindowsDisableVMAgentWinRmHttps", Position=10, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.WinRMCertificateUrl : Uri with get, set
Public Property WinRMCertificateUrl As Uri
Property Value
- Attributes