Partilhar via


ArmEventGridModelFactory.TopicTypeData Método

Definição

Inicializa uma nova instância de TopicTypeData.

public static Azure.ResourceManager.EventGrid.TopicTypeData TopicTypeData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string provider = default, string displayName = default, string description = default, Azure.ResourceManager.EventGrid.Models.EventGridResourceRegionType? resourceRegionType = default, Azure.ResourceManager.EventGrid.Models.TopicTypeProvisioningState? provisioningState = default, System.Collections.Generic.IEnumerable<string> supportedLocations = default, string sourceResourceFormat = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.EventGrid.Models.TopicTypeSourceScope> supportedScopesForSource = default, bool? areRegionalAndGlobalSourcesSupported = default);
static member TopicTypeData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * string * Nullable<Azure.ResourceManager.EventGrid.Models.EventGridResourceRegionType> * Nullable<Azure.ResourceManager.EventGrid.Models.TopicTypeProvisioningState> * seq<string> * string * seq<Azure.ResourceManager.EventGrid.Models.TopicTypeSourceScope> * Nullable<bool> -> Azure.ResourceManager.EventGrid.TopicTypeData
Public Shared Function TopicTypeData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional provider As String = Nothing, Optional displayName As String = Nothing, Optional description As String = Nothing, Optional resourceRegionType As Nullable(Of EventGridResourceRegionType) = Nothing, Optional provisioningState As Nullable(Of TopicTypeProvisioningState) = Nothing, Optional supportedLocations As IEnumerable(Of String) = Nothing, Optional sourceResourceFormat As String = Nothing, Optional supportedScopesForSource As IEnumerable(Of TopicTypeSourceScope) = Nothing, Optional areRegionalAndGlobalSourcesSupported As Nullable(Of Boolean) = Nothing) As TopicTypeData

Parâmetros

name
String

O nome.

resourceType
ResourceType

O resourceType.

systemData
SystemData

O systemData.

provider
String

Namespace do provedor do tipo de tópico.

displayName
String

Nome de Exibição para o tipo de tópico.

description
String

Descrição do tipo de tópico.

resourceRegionType
Nullable<EventGridResourceRegionType>

Tipo de região do recurso.

provisioningState
Nullable<TopicTypeProvisioningState>

Estado de provisionamento do tipo de tópico.

supportedLocations
IEnumerable<String>

Lista de locais com suporte neste tipo de tópico.

sourceResourceFormat
String

Formato de recurso de origem.

supportedScopesForSource
IEnumerable<TopicTypeSourceScope>

Escopos de origem com suporte.

areRegionalAndGlobalSourcesSupported
Nullable<Boolean>

Sinalizador para indicar que um tipo de tópico pode dar suporte a tópicos do sistema regional ou global.

Retornos

Uma nova TopicTypeData instância para simulação.

Aplica-se a