Role Response
data class RoleResponse(val autoscaleConfiguration: AutoscaleResponse? = null, val dataDisksGroups: List<DataDisksGroupsResponse>? = null, val encryptDataDisks: Boolean? = null, val hardwareProfile: HardwareProfileResponse? = null, val minInstanceCount: Int? = null, val name: String? = null, val osProfile: OsProfileResponse? = null, val scriptActions: List<ScriptActionResponse>? = null, val targetInstanceCount: Int? = null, val vMGroupName: String? = null, val virtualNetworkProfile: VirtualNetworkProfileResponse? = null)
Describes a role on the cluster.
Constructors
Link copied to clipboard
fun RoleResponse(autoscaleConfiguration: AutoscaleResponse? = null, dataDisksGroups: List<DataDisksGroupsResponse>? = null, encryptDataDisks: Boolean? = null, hardwareProfile: HardwareProfileResponse? = null, minInstanceCount: Int? = null, name: String? = null, osProfile: OsProfileResponse? = null, scriptActions: List<ScriptActionResponse>? = null, targetInstanceCount: Int? = null, vMGroupName: String? = null, virtualNetworkProfile: VirtualNetworkProfileResponse? = null)