getMachineGroup

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

endTime

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

machineGroupName

Machine Group resource name.

resourceGroupName

Resource group name within the specified subscriptionId.

startTime

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

workspaceName

OMS workspace containing the resources of interest.

See also


Return

A user-defined logical grouping of machines.

Parameters

argument

Builder for com.pulumi.azurenative.operationalinsights.kotlin.inputs.GetMachineGroupPlainArgs.

See also