PartnerConfiguration 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.
Partner configuration information
[Microsoft.Rest.Serialization.JsonTransformation]
public class PartnerConfiguration : Microsoft.Azure.Management.EventGrid.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PartnerConfiguration = class
inherit Resource
Public Class PartnerConfiguration
Inherits Resource
- Inheritance
- Attributes
Constructors
PartnerConfiguration() |
Initializes a new instance of the PartnerConfiguration class. |
PartnerConfiguration(String, String, String, PartnerAuthorization, String, SystemData, String, IDictionary<String,String>) |
Initializes a new instance of the PartnerConfiguration class. |
Properties
Id |
Gets fully qualified identifier of the resource. (Inherited from Resource) |
Location |
Gets or sets location of the resource. |
Name |
Gets name of the resource. (Inherited from Resource) |
PartnerAuthorization |
Gets or sets the details of authorized partners. |
ProvisioningState |
Gets or sets provisioning state of the partner configuration. Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Canceled', 'Failed' |
SystemData |
Gets the system metadata relating to partner configuration resource. |
Tags |
Gets or sets tags of the resource. |
Type |
Gets type of the resource. (Inherited from Resource) |
Applies to
Azure SDK for .NET