Compartir a través de


SystemTopic Constructores

Definición

Sobrecargas

SystemTopic()

Inicializa una nueva instancia de la clase SystemTopic.

SystemTopic(String, String, String, String, IDictionary<String,String>, String, String, String, String, IdentityInfo, SystemData)

Inicializa una nueva instancia de la clase SystemTopic.

SystemTopic()

Inicializa una nueva instancia de la clase SystemTopic.

public SystemTopic ();
Public Sub New ()

Se aplica a

SystemTopic(String, String, String, String, IDictionary<String,String>, String, String, String, String, IdentityInfo, SystemData)

Inicializa una nueva instancia de la clase 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

Ubicación del recurso.

id
String

Identificador completo del recurso.

name
String

Nombre del recurso.

type
String

Tipo de recurso.

tags
IDictionary<String,String>

Etiquetas del recurso.

provisioningState
String

Estado de aprovisionamiento del tema del sistema. Entre los valores posibles se incluyen: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Canceled', 'Failed'

source
String

Origen del tema del sistema.

topicType
String

TopicType para el tema del sistema.

metricResourceId
String

Identificador de recurso de métrica para el tema del sistema.

identity
IdentityInfo

Información de identidad del recurso.

systemData
SystemData

Metadatos del sistema relacionados con el recurso Tema del sistema.

Se aplica a