getDomain

Get the Domains resource and its properties. API Version: 2021-10-01-preview.

Return

A class representing a Domains resource.

Parameters

argument

null


suspend fun getDomain(domainName: String, emailServiceName: String, resourceGroupName: String): GetDomainResult

Return

A class representing a Domains resource.

Parameters

domainName

The name of the Domains resource.

emailServiceName

The name of the EmailService resource.

resourceGroupName

The name of the resource group. The name is case insensitive.

See also


suspend fun getDomain(argument: suspend GetDomainPlainArgsBuilder.() -> Unit): GetDomainResult

Return

A class representing a Domains resource.

Parameters

argument

Builder for com.pulumi.azurenative.communication.kotlin.inputs.GetDomainPlainArgs.

See also