PartnerConfiguration Constructors
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.
Overloads
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. |
PartnerConfiguration()
Initializes a new instance of the PartnerConfiguration class.
public PartnerConfiguration ();
Public Sub New ()
Applies to
PartnerConfiguration(String, String, String, PartnerAuthorization, String, SystemData, String, IDictionary<String,String>)
Initializes a new instance of the PartnerConfiguration class.
public PartnerConfiguration (string id = default, string name = default, string type = default, Microsoft.Azure.Management.EventGrid.Models.PartnerAuthorization partnerAuthorization = default, string provisioningState = default, Microsoft.Azure.Management.EventGrid.Models.SystemData systemData = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.EventGrid.Models.PartnerConfiguration : string * string * string * Microsoft.Azure.Management.EventGrid.Models.PartnerAuthorization * string * Microsoft.Azure.Management.EventGrid.Models.SystemData * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.EventGrid.Models.PartnerConfiguration
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional partnerAuthorization As PartnerAuthorization = Nothing, Optional provisioningState As String = Nothing, Optional systemData As SystemData = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)
Parameters
- id
- String
Fully qualified identifier of the resource.
- name
- String
Name of the resource.
- type
- String
Type of the resource.
- partnerAuthorization
- PartnerAuthorization
The details of authorized partners.
- provisioningState
- String
Provisioning state of the partner configuration. Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Canceled', 'Failed'
- systemData
- SystemData
The system metadata relating to partner configuration resource.
- location
- String
Location of the resource.
- tags
- IDictionary<String,String>
Tags of the resource.
Applies to
Azure SDK for .NET