get Machine Group
Returns the specified machine group as it existed during the specified time interval. Uses Azure REST API version 2015-11-01-preview.
Return
A user-defined logical grouping of machines.
Parameters
argument
null
suspend fun getMachineGroup(endTime: String? = null, machineGroupName: String, resourceGroupName: String, startTime: String? = null, workspaceName: String): GetMachineGroupResult
Return
A user-defined logical grouping of machines.
Parameters
end Time
UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow
machine Group Name
Machine Group resource name.
resource Group Name
Resource group name within the specified subscriptionId.
start Time
UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m
workspace Name
OMS workspace containing the resources of interest.
See also
suspend fun getMachineGroup(argument: suspend GetMachineGroupPlainArgsBuilder.() -> Unit): GetMachineGroupResult
Return
A user-defined logical grouping of machines.
Parameters
argument
Builder for com.pulumi.azurenative.operationalinsights.kotlin.inputs.GetMachineGroupPlainArgs.