get Frontends Interface
suspend fun getFrontendsInterface(argument: GetFrontendsInterfacePlainArgs): GetFrontendsInterfaceResult
Get a Frontend Uses Azure REST API version 2025-01-01. Other available API versions: 2023-05-01-preview, 2023-11-01, 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
Frontend Sub Resource of Traffic Controller.
Parameters
argument
null
suspend fun getFrontendsInterface(frontendName: String, resourceGroupName: String, trafficControllerName: String): GetFrontendsInterfaceResult
Return
Frontend Sub Resource of Traffic Controller.
Parameters
frontend Name
Frontends
resource Group Name
The name of the resource group. The name is case insensitive.
traffic Controller Name
traffic controller name for path
See also
suspend fun getFrontendsInterface(argument: suspend GetFrontendsInterfacePlainArgsBuilder.() -> Unit): GetFrontendsInterfaceResult
Return
Frontend Sub Resource of Traffic Controller.
Parameters
argument
Builder for com.pulumi.azurenative.servicenetworking.kotlin.inputs.GetFrontendsInterfacePlainArgs.