get Ou Container
Get OuContainer in DomainService instance. Uses Azure REST API version 2022-12-01.
Return
Resource for OuContainer.
Parameters
argument
null
suspend fun getOuContainer(domainServiceName: String, ouContainerName: String, resourceGroupName: String): GetOuContainerResult
Return
Resource for OuContainer.
Parameters
domain Service Name
The name of the domain service.
ou Container Name
The name of the OuContainer.
resource Group Name
The name of the resource group within the user's subscription. The name is case insensitive.
See also
suspend fun getOuContainer(argument: suspend GetOuContainerPlainArgsBuilder.() -> Unit): GetOuContainerResult
Return
Resource for OuContainer.
Parameters
argument
Builder for com.pulumi.azurenative.aad.kotlin.inputs.GetOuContainerPlainArgs.