Share via


ServiceBusDataSourceProperties.SharedAccessPolicyName Property

Definition

Gets or sets the shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to