IRelationshipCollection.GetAsync(PartnerRelationshipType) Method

Definition

Asynchronously retrieves all the partner relationships.

public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Relationships.PartnerRelationship>> GetAsync (Microsoft.Store.PartnerCenter.Models.Relationships.PartnerRelationshipType partnerRelationshipType);
abstract member GetAsync : Microsoft.Store.PartnerCenter.Models.Relationships.PartnerRelationshipType -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Relationships.PartnerRelationship>>
Public Function GetAsync (partnerRelationshipType As PartnerRelationshipType) As Task(Of ResourceCollection(Of PartnerRelationship))

Parameters

partnerRelationshipType
PartnerRelationshipType

The type of partner relationship.

Returns

The partner relationships.

Applies to