IConfigurationPolicy.GetAsync Method

Definition

Retrieves the configuration policy asynchronously.

public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.DevicesDeployment.ConfigurationPolicy> GetAsync ();
abstract member GetAsync : unit -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.DevicesDeployment.ConfigurationPolicy>
Public Function GetAsync () As Task(Of ConfigurationPolicy)

Returns

The configuration policy.

Implements

Applies to