ServiceBusTopicOutputDataSource.SharedAccessPolicyKey Property

Definition

Gets or sets the shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to