getDomainService

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

domainServiceName

The name of the domain service.

resourceGroupName

The name of the resource group within the user's subscription. The name is case insensitive.

See also


Return

Domain service.

Parameters

argument

Builder for com.pulumi.azurenative.aad.kotlin.inputs.GetDomainServicePlainArgs.

See also