ISelfServePoliciesCollection.Get(String) 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.
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.