ArmEventHubsModelFactory.EventHubsConsumerGroupData Method

Definition

Initializes a new instance of EventHubsConsumerGroupData.

public static Azure.ResourceManager.EventHubs.EventHubsConsumerGroupData EventHubsConsumerGroupData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, DateTimeOffset? createdOn = default, DateTimeOffset? updatedOn = default, string userMetadata = default, Azure.Core.AzureLocation? location = default);
static member EventHubsConsumerGroupData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * Nullable<Azure.Core.AzureLocation> -> Azure.ResourceManager.EventHubs.EventHubsConsumerGroupData
Public Shared Function EventHubsConsumerGroupData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional updatedOn As Nullable(Of DateTimeOffset) = Nothing, Optional userMetadata As String = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing) As EventHubsConsumerGroupData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

createdOn
Nullable<DateTimeOffset>

Exact time the message was created.

updatedOn
Nullable<DateTimeOffset>

The exact time the message was updated.

userMetadata
String

User Metadata is a placeholder to store user-defined string data with maximum length 1024. e.g. it can be used to store descriptive data, such as list of teams and their contact information also user-defined configuration settings can be stored.

location
Nullable<AzureLocation>

The geo-location where the resource lives.

Returns

A new EventHubsConsumerGroupData instance for mocking.

Applies to