Class GetTopicAuthorizationRuleArgs
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 GetTopicAuthorizationRuleArgs : InvokeArgs
Constructors
View SourceGetTopicAuthorizationRuleArgs()
Declaration
public GetTopicAuthorizationRuleArgs()
Properties
View SourceName
The name of the ServiceBus Topic Authorization Rule resource.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
NamespaceName
The name of the ServiceBus Namespace.
Declaration
public string NamespaceName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ResourceGroupName
The name of the resource group in which the ServiceBus Namespace exists.
Declaration
public string ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
TopicName
The name of the ServiceBus Topic.
Declaration
public string TopicName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |