SchemaGroup Construtores
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.
Sobrecargas
SchemaGroup() |
Inicializa uma nova instância da classe SchemaGroup. |
SchemaGroup(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Guid>, IDictionary<String,String>, String, String, SystemData) |
Inicializa uma nova instância da classe SchemaGroup. |
SchemaGroup()
Inicializa uma nova instância da classe SchemaGroup.
public SchemaGroup ();
Public Sub New ()
Aplica-se a
SchemaGroup(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Guid>, IDictionary<String,String>, String, String, SystemData)
Inicializa uma nova instância da classe SchemaGroup.
public SchemaGroup (string id = default, string name = default, string type = default, string location = default, DateTime? updatedAtUtc = default, DateTime? createdAtUtc = default, Guid? eTag = default, System.Collections.Generic.IDictionary<string,string> groupProperties = default, string schemaCompatibility = default, string schemaType = default, Microsoft.Azure.Management.EventHub.Models.SystemData systemData = default);
new Microsoft.Azure.Management.EventHub.Models.SchemaGroup : string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * Nullable<Guid> * System.Collections.Generic.IDictionary<string, string> * string * string * Microsoft.Azure.Management.EventHub.Models.SystemData -> Microsoft.Azure.Management.EventHub.Models.SchemaGroup
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional updatedAtUtc As Nullable(Of DateTime) = Nothing, Optional createdAtUtc As Nullable(Of DateTime) = Nothing, Optional eTag As Nullable(Of Guid) = Nothing, Optional groupProperties As IDictionary(Of String, String) = Nothing, Optional schemaCompatibility As String = Nothing, Optional schemaType As String = Nothing, Optional systemData As SystemData = Nothing)
Parâmetros
- id
- String
ID de recurso totalmente qualificada para o recurso. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
O nome do recurso
- type
- String
Tipo do recurso. Por exemplo, "Microsoft.EventHub/Namespaces" ou "Microsoft.EventHub/Namespaces/EventHubs"
- location
- String
A localização geográfica onde o recurso reside
- groupProperties
- IDictionary<String,String>
objeto dictionary para propriedades do grupo SchemaGroup
- schemaCompatibility
- String
Os valores possíveis incluem: 'None', 'Backward', 'Forward'
- schemaType
- String
Os valores possíveis incluem: 'Unknown', 'Avro'
- systemData
- SystemData
Os metadados do sistema relacionados a esse recurso.
Aplica-se a
Azure SDK for .NET