Show / Hide Table of Contents

Class GetConsumeGroupArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetConsumeGroupArgs
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 GetConsumeGroupArgs : InvokeArgs

Constructors

View Source

GetConsumeGroupArgs()

Declaration
public GetConsumeGroupArgs()

Properties

View Source

EventhubName

Specifies the name of the EventHub.

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

Name

Specifies the name of the EventHub Consumer Group resource.

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 Consumer Group's grandparent Namespace exists.

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