Class GetNamespaceAuthorizationRuleArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.ServiceBus
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetNamespaceAuthorizationRuleArgs : InvokeArgs
Constructors
View SourceGetNamespaceAuthorizationRuleArgs()
Declaration
public GetNamespaceAuthorizationRuleArgs()
Properties
View SourceName
Specifies the name of the ServiceBus Namespace Authorization Rule.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
NamespaceName
Specifies the name of the ServiceBus Namespace.
Declaration
public string NamespaceName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ResourceGroupName
Specifies the name of the Resource Group where the ServiceBus Namespace exists.
Declaration
public string ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |