get Ip Extended Community
suspend fun getIpExtendedCommunity(argument: GetIpExtendedCommunityPlainArgs): GetIpExtendedCommunityResult
Implements IP Extended Community GET method. Uses Azure REST API version 2023-02-01-preview. Other available API versions: 2023-06-15.
Return
The IpExtendedCommunity resource definition.
Parameters
argument
null
suspend fun getIpExtendedCommunity(ipExtendedCommunityName: String, resourceGroupName: String): GetIpExtendedCommunityResult
Return
The IpExtendedCommunity resource definition.
Parameters
ip Extended Community Name
Name of the IP Extended Community
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getIpExtendedCommunity(argument: suspend GetIpExtendedCommunityPlainArgsBuilder.() -> Unit): GetIpExtendedCommunityResult
Return
The IpExtendedCommunity resource definition.
Parameters
argument
Builder for com.pulumi.azurenative.managednetworkfabric.kotlin.inputs.GetIpExtendedCommunityPlainArgs.