GetMachineGroupPlainArgs

data class GetMachineGroupPlainArgs(val endTime: String? = null, val machineGroupName: String, val resourceGroupName: String, val startTime: String? = null, val workspaceName: String) : ConvertibleToJava<GetMachineGroupPlainArgs>

Constructors

Link copied to clipboard
constructor(endTime: String? = null, machineGroupName: String, resourceGroupName: String, startTime: String? = null, workspaceName: String)

Properties

Link copied to clipboard
val endTime: String? = null

UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow

Link copied to clipboard

Machine Group resource name.

Link copied to clipboard

Resource group name within the specified subscriptionId.

Link copied to clipboard
val startTime: String? = null

UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m

Link copied to clipboard

OMS workspace containing the resources of interest.

Functions

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