Delen via


PartnerRegistration Class

Definition

Information about a partner registration.

[Microsoft.Rest.Serialization.JsonTransformation]
public class PartnerRegistration : Microsoft.Azure.Management.EventGrid.Models.TrackedResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PartnerRegistration = class
    inherit TrackedResource
Public Class PartnerRegistration
Inherits TrackedResource
Inheritance
PartnerRegistration
Attributes

Constructors

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.

Properties

Id

Gets fully qualified identifier of the resource.

(Inherited from Resource)
Location

Gets or sets location of the resource.

(Inherited from TrackedResource)
Name

Gets name of the resource.

(Inherited from Resource)
PartnerRegistrationImmutableId

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

ProvisioningState

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

SystemData

Gets the system metadata relating to Partner Registration resource.

Tags

Gets or sets tags of the resource.

(Inherited from TrackedResource)
Type

Gets type of the resource.

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to