次の方法で共有


LogProfileResourcePatch.ServiceBusRuleId プロパティ

定義

アクティビティ ログのストリーミング用に Event Hubs を作成する Service Bus 名前空間のサービス バス 規則 ID を取得または設定します。 ルール ID の形式は、'{service bus リソース ID}/authorizationrules/{key name}' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象