ParentServiceGroupPropertiesArgs

data class ParentServiceGroupPropertiesArgs(val resourceId: Output<String>? = null) : ConvertibleToJava<ParentServiceGroupPropertiesArgs>

The details of the parent serviceGroup.

Constructors

Link copied to clipboard
constructor(resourceId: Output<String>? = null)

Properties

Link copied to clipboard
val resourceId: Output<String>? = null

The fully qualified ID of the parent serviceGroup. For example, '/providers/Microsoft.Management/serviceGroups/TestServiceGroup'

Functions

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