EventHubConsumerGroupInfoCreateOrUpdateContent(String) Constructor

Definition

Initializes a new instance of EventHubConsumerGroupInfoCreateOrUpdateContent.

public EventHubConsumerGroupInfoCreateOrUpdateContent (string name);
new Azure.ResourceManager.IotHub.Models.EventHubConsumerGroupInfoCreateOrUpdateContent : string -> Azure.ResourceManager.IotHub.Models.EventHubConsumerGroupInfoCreateOrUpdateContent
Public Sub New (name As String)

Parameters

name
String

EventHub consumer group name.

Exceptions

name is null.

Applies to