ContainerServiceFleetResource.GetContainerServiceFleetUpdateRunAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get a UpdateRun
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/fleets/{fleetName}/updateRuns/{updateRunName}
- Operation Id: UpdateRuns_Get
- Default Api Version: 2024-05-02-preview
- Resource: ContainerServiceFleetUpdateRunResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ContainerServiceFleet.ContainerServiceFleetUpdateRunResource>> GetContainerServiceFleetUpdateRunAsync (string updateRunName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetContainerServiceFleetUpdateRunAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ContainerServiceFleet.ContainerServiceFleetUpdateRunResource>>
override this.GetContainerServiceFleetUpdateRunAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ContainerServiceFleet.ContainerServiceFleetUpdateRunResource>>
Public Overridable Function GetContainerServiceFleetUpdateRunAsync (updateRunName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ContainerServiceFleetUpdateRunResource))
Parameters
- updateRunName
- String
The name of the UpdateRun resource.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
updateRunName
is null.
updateRunName
is an empty string, and was expected to be non-empty.
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for .NET