次の方法で共有


WinRMListener.Protocol プロパティ

定義

WinRM リスナーのプロトコルを取得または設定します。 <br><br>使用可能な値は、 <br> です。http<br><br> https。 使用可能な値は、'Http'、'Https' です。

[Newtonsoft.Json.JsonProperty(PropertyName="protocol")]
public Microsoft.Azure.Management.Compute.Fluent.Models.ProtocolTypes? Protocol { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="protocol")>]
member this.Protocol : Nullable<Microsoft.Azure.Management.Compute.Fluent.Models.ProtocolTypes> with get, set
Public Property Protocol As Nullable(Of ProtocolTypes)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象