共用方式為


IotHubProperties.AuthorizationPolicies Property

Definition

Gets or sets the shared access policies you can use to secure a connection to the IoT hub.

[Newtonsoft.Json.JsonProperty(PropertyName="authorizationPolicies")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.IotHub.Models.SharedAccessSignatureAuthorizationRule> AuthorizationPolicies { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="authorizationPolicies")>]
member this.AuthorizationPolicies : System.Collections.Generic.IList<Microsoft.Azure.Management.IotHub.Models.SharedAccessSignatureAuthorizationRule> with get, set
Public Property AuthorizationPolicies As IList(Of SharedAccessSignatureAuthorizationRule)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to