Share via


PartnerRegistrationProperties Class

Definition

Properties of the partner registration.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.PartnerRegistrationPropertiesTypeConverter))]
public class PartnerRegistrationProperties : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerRegistrationProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.PartnerRegistrationPropertiesTypeConverter))>]
type PartnerRegistrationProperties = class
    interface IPartnerRegistrationProperties
    interface IJsonSerializable
Public Class PartnerRegistrationProperties
Implements IPartnerRegistrationProperties
Inheritance
PartnerRegistrationProperties
Attributes
Implements

Constructors

PartnerRegistrationProperties()

Creates an new PartnerRegistrationProperties instance.

Properties

PartnerRegistrationImmutableId

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

Provisioning state of the partner registration.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PartnerRegistrationProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PartnerRegistrationProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerRegistrationProperties.

FromJsonString(String)

Creates a new instance of PartnerRegistrationProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of PartnerRegistrationProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to