次の方法で共有


SubscriptionCreateParameters.SecondaryKey プロパティ

定義

セカンダリ サブスクリプション キーを取得または設定します。 要求時に指定されていない場合は、キーが自動的に生成されます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象