GetDomainPlainArgs

data class GetDomainPlainArgs(val domainName: String, val emailServiceName: String, val resourceGroupName: String) : ConvertibleToJava<GetDomainPlainArgs>

Constructors

Link copied to clipboard
constructor(domainName: String, emailServiceName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the Domains resource.

Link copied to clipboard

The name of the EmailService resource.

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): GetDomainPlainArgs