次の方法で共有


IEventHubIdentity.AuthorizationRuleName Property

Definition

The authorization rule name.

public string AuthorizationRuleName { get; set; }
[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.Info(Description="The authorization rule name.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="authorizationRuleName")]
public string AuthorizationRuleName { get; set; }
[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.Info(Create=true, Description="The authorization rule name.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="authorizationRuleName", Update=true)]
public string AuthorizationRuleName { get; set; }
member this.AuthorizationRuleName : string with get, set
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.Info(Description="The authorization rule name.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="authorizationRuleName")>]
member this.AuthorizationRuleName : string with get, set
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.Info(Create=true, Description="The authorization rule name.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="authorizationRuleName", Update=true)>]
member this.AuthorizationRuleName : string with get, set
Public Property AuthorizationRuleName As String

Property Value

Attributes

Applies to