GetServicePlainArgs

data class GetServicePlainArgs(val name: String, val resourceGroupName: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetServicePlainArgs>

A collection of arguments for invoking getService.

Constructors

Link copied to clipboard
constructor(name: String, resourceGroupName: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

The display name for your managed Active Directory Domain Service resource. Changing this forces a new resource to be created.

Link copied to clipboard

The name of the Resource Group in which the Domain Service should exist. Changing this forces a new resource to be created.

Link copied to clipboard
val tags: Map<String, String>? = null

A mapping of tags assigned to the resource.

Functions

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