Show / Hide Table of Contents

Class GetAuthorizationRuleArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetAuthorizationRuleArgs
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.EventHub
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetAuthorizationRuleArgs : InvokeArgs

Constructors

View Source

GetAuthorizationRuleArgs()

Declaration
public GetAuthorizationRuleArgs()

Properties

View Source

EventhubName

Specifies the name of the EventHub.

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

Listen

Declaration
public bool? Listen { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

Manage

Declaration
public bool? Manage { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

Name

Specifies the name of the EventHub Authorization Rule resource. be created.

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

NamespaceName

Specifies the name of the grandparent EventHub 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 EventHub Authorization Rule's grandparent Namespace exists.

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

Send

Declaration
public bool? Send { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.