get Fleet Update Strategy
suspend fun getFleetUpdateStrategy(argument: GetFleetUpdateStrategyPlainArgs): GetFleetUpdateStrategyResult
Get a FleetUpdateStrategy Uses Azure REST API version 2023-08-15-preview. Other available API versions: 2023-10-15, 2024-02-02-preview, 2024-04-01, 2024-05-02-preview.
Return
Defines a multi-stage process to perform update operations across members of a Fleet.
Parameters
argument
null
suspend fun getFleetUpdateStrategy(fleetName: String, resourceGroupName: String, updateStrategyName: String): GetFleetUpdateStrategyResult
Return
Defines a multi-stage process to perform update operations across members of a Fleet.
Parameters
fleet Name
The name of the Fleet resource.
resource Group Name
The name of the resource group. The name is case insensitive.
update Strategy Name
The name of the UpdateStrategy resource.
See also
suspend fun getFleetUpdateStrategy(argument: suspend GetFleetUpdateStrategyPlainArgsBuilder.() -> Unit): GetFleetUpdateStrategyResult
Return
Defines a multi-stage process to perform update operations across members of a Fleet.
Parameters
argument
Builder for com.pulumi.azurenative.containerservice.kotlin.inputs.GetFleetUpdateStrategyPlainArgs.