SystemTopic 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
SystemTopic() |
Inicializa uma nova instância da classe SystemTopic. |
SystemTopic(String, String, String, String, IDictionary<String,String>, String, String, String, String, IdentityInfo, SystemData) |
Inicializa uma nova instância da classe SystemTopic. |
SystemTopic()
Inicializa uma nova instância da classe SystemTopic.
public SystemTopic ();
Public Sub New ()
Aplica-se a
SystemTopic(String, String, String, String, IDictionary<String,String>, String, String, String, String, IdentityInfo, SystemData)
Inicializa uma nova instância da classe SystemTopic.
public SystemTopic (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string provisioningState = default, string source = default, string topicType = default, string metricResourceId = default, Microsoft.Azure.Management.EventGrid.Models.IdentityInfo identity = default, Microsoft.Azure.Management.EventGrid.Models.SystemData systemData = default);
new Microsoft.Azure.Management.EventGrid.Models.SystemTopic : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * string * string * string * Microsoft.Azure.Management.EventGrid.Models.IdentityInfo * Microsoft.Azure.Management.EventGrid.Models.SystemData -> Microsoft.Azure.Management.EventGrid.Models.SystemTopic
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional provisioningState As String = Nothing, Optional source As String = Nothing, Optional topicType As String = Nothing, Optional metricResourceId As String = Nothing, Optional identity As IdentityInfo = Nothing, Optional systemData As SystemData = Nothing)
Parâmetros
- location
- String
Local do recurso.
- id
- String
Identificador totalmente qualificado do recurso.
- name
- String
Nome do recurso.
- type
- String
Tipo do recurso.
- tags
- IDictionary<String,String>
Marcas do recurso.
- provisioningState
- String
Estado de provisionamento do tópico do sistema. Os valores possíveis incluem: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Canceled', 'Failed'
- source
- String
Origem do tópico do sistema.
- topicType
- String
TopicType para o tópico do sistema.
- metricResourceId
- String
ID do recurso de métrica para o tópico do sistema.
- identity
- IdentityInfo
Informações de identidade para o recurso.
- systemData
- SystemData
Os metadados do sistema relacionados ao recurso Tópico do Sistema.
Aplica-se a
Azure SDK for .NET