LogProfileResourcePatch.ServiceBusRuleId Property

Definition

Gets or sets the service bus rule ID of the service bus namespace in which you would like to have Event Hubs created for streaming the Activity Log. The rule ID is of the format: '{service bus resource 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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to