共用方式為


VerifiedPartner Constructors

Definition

Overloads

VerifiedPartner()

Initializes a new instance of the VerifiedPartner class.

VerifiedPartner(String, String, String, Nullable<Guid>, String, String, PartnerDetails, String, SystemData)

Initializes a new instance of the VerifiedPartner class.

VerifiedPartner()

Initializes a new instance of the VerifiedPartner class.

public VerifiedPartner ();
Public Sub New ()

Applies to

VerifiedPartner(String, String, String, Nullable<Guid>, String, String, PartnerDetails, String, SystemData)

Initializes a new instance of the VerifiedPartner class.

public VerifiedPartner (string id = default, string name = default, string type = default, Guid? partnerRegistrationImmutableId = default, string organizationName = default, string partnerDisplayName = default, Microsoft.Azure.Management.EventGrid.Models.PartnerDetails partnerTopicDetails = default, string provisioningState = default, Microsoft.Azure.Management.EventGrid.Models.SystemData systemData = default);
new Microsoft.Azure.Management.EventGrid.Models.VerifiedPartner : string * string * string * Nullable<Guid> * string * string * Microsoft.Azure.Management.EventGrid.Models.PartnerDetails * string * Microsoft.Azure.Management.EventGrid.Models.SystemData -> Microsoft.Azure.Management.EventGrid.Models.VerifiedPartner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional partnerRegistrationImmutableId As Nullable(Of Guid) = Nothing, Optional organizationName As String = Nothing, Optional partnerDisplayName As String = Nothing, Optional partnerTopicDetails As PartnerDetails = 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.

partnerRegistrationImmutableId
Nullable<Guid>

ImmutableId of the corresponding partner registration.

organizationName
String

Official name of the Partner.

partnerDisplayName
String

Display name of the verified partner.

partnerTopicDetails
PartnerDetails

Details of the partner topic scenario.

provisioningState
String

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

systemData
SystemData

The system metadata relating to Verified Partner resource.

Applies to