ArmEventGridModelFactory.VerifiedPartnerData Method
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.
Initializes a new instance of VerifiedPartnerData.
public static Azure.ResourceManager.EventGrid.VerifiedPartnerData VerifiedPartnerData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Guid? partnerRegistrationImmutableId = default, string organizationName = default, string partnerDisplayName = default, Azure.ResourceManager.EventGrid.Models.PartnerDetails partnerTopicDetails = default, Azure.ResourceManager.EventGrid.Models.PartnerDetails partnerDestinationDetails = default, Azure.ResourceManager.EventGrid.Models.VerifiedPartnerProvisioningState? provisioningState = default);
static member VerifiedPartnerData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Guid> * string * string * Azure.ResourceManager.EventGrid.Models.PartnerDetails * Azure.ResourceManager.EventGrid.Models.PartnerDetails * Nullable<Azure.ResourceManager.EventGrid.Models.VerifiedPartnerProvisioningState> -> Azure.ResourceManager.EventGrid.VerifiedPartnerData
Public Shared Function VerifiedPartnerData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional partnerRegistrationImmutableId As Nullable(Of Guid) = Nothing, Optional organizationName As String = Nothing, Optional partnerDisplayName As String = Nothing, Optional partnerTopicDetails As PartnerDetails = Nothing, Optional partnerDestinationDetails As PartnerDetails = Nothing, Optional provisioningState As Nullable(Of VerifiedPartnerProvisioningState) = Nothing) As VerifiedPartnerData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
ImmutableId of the corresponding partner registration.
- organizationName
- String
Official name of the Partner.
- partnerDisplayName
- String
Display name of the verified partner.
- partnerTopicDetails
- PartnerDetails
Details of the partner topic scenario.
- partnerDestinationDetails
- PartnerDetails
Details of the partner destination scenario.
- provisioningState
- Nullable<VerifiedPartnerProvisioningState>
Provisioning state of the verified partner.
Returns
A new VerifiedPartnerData instance for mocking.
Applies to
Azure SDK for .NET