get L3Isolation Domain
suspend fun getL3IsolationDomain(argument: GetL3IsolationDomainPlainArgs): GetL3IsolationDomainResult
Retrieves details of this L3 Isolation Domain. Uses Azure REST API version 2023-06-15. Other available API versions: 2023-02-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native managednetworkfabric [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
Return
The L3 Isolation Domain resource definition.
Parameters
argument
null
suspend fun getL3IsolationDomain(l3IsolationDomainName: String, resourceGroupName: String): GetL3IsolationDomainResult
Return
The L3 Isolation Domain resource definition.
Parameters
l3Isolation Domain Name
Name of the L3 Isolation Domain.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getL3IsolationDomain(argument: suspend GetL3IsolationDomainPlainArgsBuilder.() -> Unit): GetL3IsolationDomainResult
Return
The L3 Isolation Domain resource definition.
Parameters
argument
Builder for com.pulumi.azurenative.managednetworkfabric.kotlin.inputs.GetL3IsolationDomainPlainArgs.