get Sim Policy
Gets information about the specified SIM policy. Azure REST API version: 2023-06-01. Other available API versions: 2022-04-01-preview, 2022-11-01, 2023-09-01.
Return
SIM policy resource.
Parameters
argument
null
suspend fun getSimPolicy(mobileNetworkName: String, resourceGroupName: String, simPolicyName: String): GetSimPolicyResult
Return
SIM policy resource.
See also
Parameters
mobile Network Name
The name of the mobile network.
resource Group Name
The name of the resource group. The name is case insensitive.
sim Policy Name
The name of the SIM policy.
suspend fun getSimPolicy(argument: suspend GetSimPolicyPlainArgsBuilder.() -> Unit): GetSimPolicyResult
Return
SIM policy resource.
See also
Parameters
argument
Builder for com.pulumi.azurenative.mobilenetwork.kotlin.inputs.GetSimPolicyPlainArgs.