get Domain Service
The Get Domain Service operation retrieves a json representation of the Domain Service. Uses Azure REST API version 2022-12-01.
Return
Domain service.
Parameters
argument
null
suspend fun getDomainService(domainServiceName: String, resourceGroupName: String): GetDomainServiceResult
Return
Domain service.
Parameters
domain Service Name
The name of the domain service.
resource Group Name
The name of the resource group within the user's subscription. The name is case insensitive.
See also
suspend fun getDomainService(argument: suspend GetDomainServicePlainArgsBuilder.() -> Unit): GetDomainServiceResult
Return
Domain service.
Parameters
argument
Builder for com.pulumi.azurenative.aad.kotlin.inputs.GetDomainServicePlainArgs.