GetOuContainerPlainArgs

data class GetOuContainerPlainArgs(val domainServiceName: String, val ouContainerName: String, val resourceGroupName: String) : ConvertibleToJava<GetOuContainerPlainArgs>

Constructors

Link copied to clipboard
constructor(domainServiceName: String, ouContainerName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the domain service.

Link copied to clipboard

The name of the OuContainer.

Link copied to clipboard

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

Functions

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