次の方法で共有


HybridConnection.SendKeyValue プロパティ

定義

Service Bus キーの値を取得または設定します。 これは、Service Bus に対する認証に使用されます。 ARM では、このキーは通常は返されません。代わりに POST /listKeys API を使用します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.sendKeyValue")]
public string SendKeyValue { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.sendKeyValue")>]
member this.SendKeyValue : string with get, set
Public Property SendKeyValue As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象