Package-level declarations

Types

Link copied to clipboard
data class CreateManagementGroupDetailsArgs(val parent: Output<CreateParentGroupInfoArgs>? = null) : ConvertibleToJava<CreateManagementGroupDetailsArgs>

The details of a management group used during creation.

Link copied to clipboard
data class CreateParentGroupInfoArgs(val id: Output<String>? = null) : ConvertibleToJava<CreateParentGroupInfoArgs>

(Optional) The ID of the parent management group used during creation.

Link copied to clipboard
data class GetEntityPlainArgs(val filter: String? = null, val groupName: String? = null, val search: String? = null, val select: String? = null, val skip: Int? = null, val skiptoken: String? = null, val top: Int? = null, val view: String? = null) : ConvertibleToJava<GetEntityPlainArgs>
Link copied to clipboard
Link copied to clipboard
data class GetHierarchySettingPlainArgs(val groupId: String) : ConvertibleToJava<GetHierarchySettingPlainArgs>
Link copied to clipboard
data class GetManagementGroupPlainArgs(val expand: String? = null, val filter: String? = null, val groupId: String, val recurse: Boolean? = null) : ConvertibleToJava<GetManagementGroupPlainArgs>
Link copied to clipboard
data class GetManagementGroupSubscriptionPlainArgs(val groupId: String, val subscriptionId: String? = null) : ConvertibleToJava<GetManagementGroupSubscriptionPlainArgs>
Link copied to clipboard
data class GetServiceGroupPlainArgs(val serviceGroupName: String) : ConvertibleToJava<GetServiceGroupPlainArgs>
Link copied to clipboard
data class ListServiceGroupAncestorsPlainArgs(val serviceGroupName: String) : ConvertibleToJava<ListServiceGroupAncestorsPlainArgs>
Link copied to clipboard
data class ParentServiceGroupPropertiesArgs(val resourceId: Output<String>? = null) : ConvertibleToJava<ParentServiceGroupPropertiesArgs>

The details of the parent serviceGroup.

Link copied to clipboard
data class ServiceGroupPropertiesArgs(val displayName: Output<String>? = null, val parent: Output<ParentServiceGroupPropertiesArgs>? = null) : ConvertibleToJava<ServiceGroupPropertiesArgs>

ServiceGroup creation request body parameters.