get Machine Pool
The operation returns properties of a MachinePool. Azure REST API version: 2022-09-04.
Return
MachinePool represents a MachinePool
Parameters
argument
null
suspend fun getMachinePool(childResourceName: String, resourceGroupName: String, resourceName: String): GetMachinePoolResult
Return
MachinePool represents a MachinePool
See also
Parameters
child Resource Name
The name of the MachinePool resource.
resource Group Name
The name of the resource group. The name is case insensitive.
resource Name
The name of the OpenShift cluster resource.
suspend fun getMachinePool(argument: suspend GetMachinePoolPlainArgsBuilder.() -> Unit): GetMachinePoolResult
Return
MachinePool represents a MachinePool
See also
Parameters
argument
Builder for com.pulumi.azurenative.redhatopenshift.kotlin.inputs.GetMachinePoolPlainArgs.