Share via


PartnerRegistration Constructors

Definition

Overloads

PartnerRegistration()

Initializes a new instance of the PartnerRegistration class.

PartnerRegistration(String, String, String, String, IDictionary<String,String>, String, Nullable<Guid>, SystemData)

Initializes a new instance of the PartnerRegistration class.

PartnerRegistration()

Initializes a new instance of the PartnerRegistration class.

public PartnerRegistration ();
Public Sub New ()

Applies to

PartnerRegistration(String, String, String, String, IDictionary<String,String>, String, Nullable<Guid>, SystemData)

Initializes a new instance of the PartnerRegistration class.

public PartnerRegistration (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string provisioningState = default, Guid? partnerRegistrationImmutableId = default, Microsoft.Azure.Management.EventGrid.Models.SystemData systemData = default);
new Microsoft.Azure.Management.EventGrid.Models.PartnerRegistration : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Nullable<Guid> * Microsoft.Azure.Management.EventGrid.Models.SystemData -> Microsoft.Azure.Management.EventGrid.Models.PartnerRegistration
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 partnerRegistrationImmutableId As Nullable(Of Guid) = Nothing, Optional systemData As SystemData = Nothing)

Parameters

location
String

Location of the resource.

id
String

Fully qualified identifier of the resource.

name
String

Name of the resource.

type
String

Type of the resource.

tags
IDictionary<String,String>

Tags of the resource.

provisioningState
String

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

partnerRegistrationImmutableId
Nullable<Guid>

The immutableId of the corresponding partner registration. Note: This property is marked for deprecation and is not supported in any future GA API version

systemData
SystemData

The system metadata relating to Partner Registration resource.

Applies to