get Collector Policy
Gets the collector policy in a specified Traffic Collector Azure REST API version: 2022-11-01. Other available API versions: 2022-05-01.
Return
Collector policy resource.
Parameters
argument
null
suspend fun getCollectorPolicy(azureTrafficCollectorName: String, collectorPolicyName: String, resourceGroupName: String): GetCollectorPolicyResult
Return
Collector policy resource.
See also
Parameters
azure Traffic Collector Name
Azure Traffic Collector name
collector Policy Name
Collector Policy Name
resource Group Name
The name of the resource group.
suspend fun getCollectorPolicy(argument: suspend GetCollectorPolicyPlainArgsBuilder.() -> Unit): GetCollectorPolicyResult
Return
Collector policy resource.
See also
Parameters
argument
Builder for com.pulumi.azurenative.networkfunction.kotlin.inputs.GetCollectorPolicyPlainArgs.