共用方式為


TopicTypeInfo Constructors

Definition

Overloads

TopicTypeInfo()

Initializes a new instance of the TopicTypeInfo class.

TopicTypeInfo(String, String, String, String, String, String, String, String, IList<String>, String, IList<String>)

Initializes a new instance of the TopicTypeInfo class.

TopicTypeInfo()

Initializes a new instance of the TopicTypeInfo class.

public TopicTypeInfo ();
Public Sub New ()

Applies to

TopicTypeInfo(String, String, String, String, String, String, String, String, IList<String>, String, IList<String>)

Initializes a new instance of the TopicTypeInfo class.

public TopicTypeInfo (string id = default, string name = default, string type = default, string provider = default, string displayName = default, string description = default, string resourceRegionType = default, string provisioningState = default, System.Collections.Generic.IList<string> supportedLocations = default, string sourceResourceFormat = default, System.Collections.Generic.IList<string> supportedScopesForSource = default);
new Microsoft.Azure.Management.EventGrid.Models.TopicTypeInfo : string * string * string * string * string * string * string * string * System.Collections.Generic.IList<string> * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.EventGrid.Models.TopicTypeInfo
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional provider As String = Nothing, Optional displayName As String = Nothing, Optional description As String = Nothing, Optional resourceRegionType As String = Nothing, Optional provisioningState As String = Nothing, Optional supportedLocations As IList(Of String) = Nothing, Optional sourceResourceFormat As String = Nothing, Optional supportedScopesForSource As IList(Of String) = Nothing)

Parameters

id
String

Fully qualified identifier of the resource.

name
String

Name of the resource.

type
String

Type of the resource.

provider
String

Namespace of the provider of the topic type.

displayName
String

Display Name for the topic type.

description
String

Description of the topic type.

resourceRegionType
String

Region type of the resource. Possible values include: 'RegionalResource', 'GlobalResource'

provisioningState
String

Provisioning state of the topic type. Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Canceled', 'Failed'

supportedLocations
IList<String>

List of locations supported by this topic type.

sourceResourceFormat
String

Source resource format.

supportedScopesForSource
IList<String>

Supported source scopes.

Applies to