VerifiedPartner 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.
Verified partner information
[Microsoft.Rest.Serialization.JsonTransformation]
public class VerifiedPartner : Microsoft.Azure.Management.EventGrid.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VerifiedPartner = class
inherit Resource
Public Class VerifiedPartner
Inherits Resource
- Inheritance
- Attributes
Constructors
VerifiedPartner() |
Initializes a new instance of the VerifiedPartner class. |
VerifiedPartner(String, String, String, Nullable<Guid>, String, String, PartnerDetails, String, SystemData) |
Initializes a new instance of the VerifiedPartner class. |
Properties
Id |
Gets fully qualified identifier of the resource. (Inherited from Resource) |
Name |
Gets name of the resource. (Inherited from Resource) |
OrganizationName |
Gets or sets official name of the Partner. |
PartnerDisplayName |
Gets or sets display name of the verified partner. |
PartnerRegistrationImmutableId |
Gets or sets immutableId of the corresponding partner registration. |
PartnerTopicDetails |
Gets or sets details of the partner topic scenario. |
ProvisioningState |
Gets or sets provisioning state of the verified partner. Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Canceled', 'Failed' |
SystemData |
Gets the system metadata relating to Verified Partner resource. |
Type |
Gets type of the resource. (Inherited from Resource) |
Applies to
Azure SDK for .NET