Share via


ISelfServePoliciesCollection.Get(String) Method

Definition

Retrieves all the self serve policies by entity id.

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

Parameters

entityId
String

The id of the entity.

Returns

The self serve policies.

Applies to