Partilhar via


ArmEventHubsModelFactory.EventHubsSchemaGroupData Method

Definition

Initializes a new instance of EventHubsSchemaGroupData.

public static Azure.ResourceManager.EventHubs.EventHubsSchemaGroupData EventHubsSchemaGroupData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, DateTimeOffset? updatedAtUtc = default, DateTimeOffset? createdAtUtc = default, Azure.ETag? eTag = default, System.Collections.Generic.IDictionary<string,string> groupProperties = default, Azure.ResourceManager.EventHubs.Models.EventHubsSchemaCompatibility? schemaCompatibility = default, Azure.ResourceManager.EventHubs.Models.EventHubsSchemaType? schemaType = default, Azure.Core.AzureLocation? location = default);
static member EventHubsSchemaGroupData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<Azure.ETag> * System.Collections.Generic.IDictionary<string, string> * Nullable<Azure.ResourceManager.EventHubs.Models.EventHubsSchemaCompatibility> * Nullable<Azure.ResourceManager.EventHubs.Models.EventHubsSchemaType> * Nullable<Azure.Core.AzureLocation> -> Azure.ResourceManager.EventHubs.EventHubsSchemaGroupData
Public Shared Function EventHubsSchemaGroupData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional updatedAtUtc As Nullable(Of DateTimeOffset) = Nothing, Optional createdAtUtc As Nullable(Of DateTimeOffset) = Nothing, Optional eTag As Nullable(Of ETag) = Nothing, Optional groupProperties As IDictionary(Of String, String) = Nothing, Optional schemaCompatibility As Nullable(Of EventHubsSchemaCompatibility) = Nothing, Optional schemaType As Nullable(Of EventHubsSchemaType) = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing) As EventHubsSchemaGroupData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

updatedAtUtc
Nullable<DateTimeOffset>

Exact time the Schema Group was updated.

createdAtUtc
Nullable<DateTimeOffset>

Exact time the Schema Group was created.

eTag
Nullable<ETag>

The ETag value.

groupProperties
IDictionary<String,String>

dictionary object for SchemaGroup group properties.

schemaCompatibility
Nullable<EventHubsSchemaCompatibility>
location
Nullable<AzureLocation>

The geo-location where the resource lives.

Returns

A new EventHubsSchemaGroupData instance for mocking.

Applies to