ArmEventHubsModelFactory.EventHubsSchemaGroupData Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância de 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
Parâmetros
A ID.
- name
- String
O nome.
- resourceType
- ResourceType
O resourceType.
- systemData
- SystemData
O systemData.
- updatedAtUtc
- Nullable<DateTimeOffset>
Hora exata em que o Grupo de Esquemas foi atualizado.
- createdAtUtc
- Nullable<DateTimeOffset>
Hora exata em que o Grupo de Esquemas foi criado.
- groupProperties
- IDictionary<String,String>
objeto dictionary para propriedades do grupo SchemaGroup.
- schemaCompatibility
- Nullable<EventHubsSchemaCompatibility>
- schemaType
- Nullable<EventHubsSchemaType>
- location
- Nullable<AzureLocation>
A localização geográfica em que o recurso reside.
Retornos
Uma nova EventHubsSchemaGroupData instância para simulação.
Aplica-se a
Azure SDK for .NET