PartnerRegistration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
Azure SDK for .NET