get Io MAMPolicy By Name
suspend fun getIoMAMPolicyByName(argument: GetIoMAMPolicyByNamePlainArgs): GetIoMAMPolicyByNameResult
Returns Intune iOS policies. Azure REST API version: 2015-01-14-preview. Other available API versions: 2015-01-14-privatepreview.
Return
iOS Policy entity for Intune MAM.
Parameters
argument
null
suspend fun getIoMAMPolicyByName(hostName: String, policyName: String, select: String? = null): GetIoMAMPolicyByNameResult
Return
iOS Policy entity for Intune MAM.
See also
Parameters
host Name
Location hostName for the tenant
policy Name
Unique name for the policy
select
select specific fields in entity.
suspend fun getIoMAMPolicyByName(argument: suspend GetIoMAMPolicyByNamePlainArgsBuilder.() -> Unit): GetIoMAMPolicyByNameResult
Return
iOS Policy entity for Intune MAM.
See also
Parameters
argument
Builder for com.pulumi.azurenative.intune.kotlin.inputs.GetIoMAMPolicyByNamePlainArgs.