IPartnerRegistration Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.PartnerRegistrationTypeConverter))]
public interface IPartnerRegistration : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITrackedResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.PartnerRegistrationTypeConverter))>]
type IPartnerRegistration = interface
    interface IJsonSerializable
    interface ITrackedResource
    interface IResource
Public Interface IPartnerRegistration
Implements ITrackedResource
Derived
Attributes
Implements

Properties

Id

Fully qualified identifier of the resource.

(Inherited from IResource)
ImmutableId

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

Location

Location of the resource.

(Inherited from ITrackedResource)
Name

Name of the resource.

(Inherited from IResource)
ProvisioningState

Provisioning state of the partner registration.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Tag

Tags of the resource.

(Inherited from ITrackedResource)
Type

Type of the resource.

(Inherited from IResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to