ArmEventHubsModelFactory.EventHubsSchemaGroupData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.
- groupProperties
- IDictionary<String,String>
dictionary object for SchemaGroup group properties.
- schemaCompatibility
- Nullable<EventHubsSchemaCompatibility>
- schemaType
- Nullable<EventHubsSchemaType>
- location
- Nullable<AzureLocation>
The geo-location where the resource lives.
Returns
A new EventHubsSchemaGroupData instance for mocking.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET