IConfigurationPolicyCollection.ById(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 configuration policy behavior.
public Microsoft.Store.PartnerCenter.DevicesDeployment.IConfigurationPolicy ById (string policyId);
abstract member ById : string -> Microsoft.Store.PartnerCenter.DevicesDeployment.IConfigurationPolicy
Public Function ById (policyId As String) As IConfigurationPolicy
Parameters
- policyId
- String
The policy id.
Returns
The configuration policy behavior.