ISelfServePoliciesCollection.GetAsync(String) Method

Definition

Retrieves all the self serve policies by entity id.

public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.SelfServePolicies.SelfServePolicy>> GetAsync (string entityId);
abstract member GetAsync : string -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.SelfServePolicies.SelfServePolicy>>
Public Function GetAsync (entityId As String) As Task(Of ResourceCollection(Of SelfServePolicy))

Parameters

entityId
String

The id of the entity.

Returns

The self serve policies.

Applies to