次の方法で共有


WinRMListener.Protocol プロパティ

定義

WinRM リスナーのプロトコルを取得または設定します。 使用できる値は http,https.. です。 使用できる値は次のとおりです。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象