getPrefix

Gets an existing prefix with the specified name under the given subscription, resource group and peering service. Uses Azure REST API version 2022-10-01.

Return

The peering service prefix class.

Parameters

argument

null


suspend fun getPrefix(expand: String? = null, peeringServiceName: String, prefixName: String, resourceGroupName: String): GetPrefixResult

Return

The peering service prefix class.

Parameters

expand

The properties to be expanded.

peeringServiceName

The name of the peering service.

prefixName

The name of the prefix.

resourceGroupName

The name of the resource group.

See also


suspend fun getPrefix(argument: suspend GetPrefixPlainArgsBuilder.() -> Unit): GetPrefixResult

Return

The peering service prefix class.

Parameters

argument

Builder for com.pulumi.azurenative.peering.kotlin.inputs.GetPrefixPlainArgs.

See also