ServiceGroupPropertiesResponse

data class ServiceGroupPropertiesResponse(val displayName: String? = null, val parent: ParentServiceGroupPropertiesResponse? = null, val provisioningState: String)

ServiceGroup creation request body parameters.

Constructors

Link copied to clipboard
constructor(displayName: String? = null, parent: ParentServiceGroupPropertiesResponse? = null, provisioningState: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val displayName: String? = null

The display name of the serviceGroup. For example, ServiceGroupTest1

Link copied to clipboard

The details of the parent serviceGroup.

Link copied to clipboard

The provisioning state of the serviceGroup. For example, Running