getSecurityPoliciesInterface

Get a SecurityPolicy Uses Azure REST API version 2025-01-01. Other available API versions: 2024-05-01-preview, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native servicenetworking [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

SecurityPolicy Subresource of Traffic Controller.

Parameters

argument

null


suspend fun getSecurityPoliciesInterface(resourceGroupName: String, securityPolicyName: String, trafficControllerName: String): GetSecurityPoliciesInterfaceResult

Return

SecurityPolicy Subresource of Traffic Controller.

Parameters

resourceGroupName

The name of the resource group. The name is case insensitive.

securityPolicyName

SecurityPolicy

trafficControllerName

traffic controller name for path

See also


Return

SecurityPolicy Subresource of Traffic Controller.

Parameters

argument

Builder for com.pulumi.azurenative.servicenetworking.kotlin.inputs.GetSecurityPoliciesInterfacePlainArgs.

See also