Show / Hide Table of Contents

Class GetTopicAuthorizationRuleArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetTopicAuthorizationRuleArgs
Inherited Members
InvokeArgs.Empty
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 Source

GetTopicAuthorizationRuleArgs()

Declaration
public GetTopicAuthorizationRuleArgs()

Properties

View Source

Name

The name of the ServiceBus Topic Authorization Rule resource.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
View Source

NamespaceName

The name of the ServiceBus Namespace.

Declaration
public string NamespaceName { get; set; }
Property Value
Type Description
System.String
View Source

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
View Source

TopicName

The name of the ServiceBus Topic.

Declaration
public string TopicName { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.