Udostępnij za pośrednictwem


DomainTopic Constructors

Definition

Overloads

DomainTopic()

Initializes a new instance of the DomainTopic class.

DomainTopic(String, String, String, String, SystemData)

Initializes a new instance of the DomainTopic class.

DomainTopic()

Initializes a new instance of the DomainTopic class.

public DomainTopic ();
Public Sub New ()

Applies to

DomainTopic(String, String, String, String, SystemData)

Initializes a new instance of the DomainTopic class.

public DomainTopic (string id = default, string name = default, string type = default, string provisioningState = default, Microsoft.Azure.Management.EventGrid.Models.SystemData systemData = default);
new Microsoft.Azure.Management.EventGrid.Models.DomainTopic : string * string * string * string * Microsoft.Azure.Management.EventGrid.Models.SystemData -> Microsoft.Azure.Management.EventGrid.Models.DomainTopic
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional provisioningState As String = Nothing, Optional systemData As SystemData = Nothing)

Parameters

id
String

Fully qualified identifier of the resource.

name
String

Name of the resource.

type
String

Type of the resource.

provisioningState
String

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

systemData
SystemData

The system metadata relating to Domain Topic resource.

Applies to