次の方法で共有


ImagesOperationsExtensions.UpdateAsync メソッド

定義

イメージを更新します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.LabServices.Models.Image> UpdateAsync(this Microsoft.Azure.Management.LabServices.IImagesOperations operations, Microsoft.Azure.Management.LabServices.Models.ImageUpdate body, string resourceGroupName, string labPlanName, string imageName, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.LabServices.IImagesOperations * Microsoft.Azure.Management.LabServices.Models.ImageUpdate * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.LabServices.Models.Image>
<Extension()>
Public Function UpdateAsync (operations As IImagesOperations, body As ImageUpdate, resourceGroupName As String, labPlanName As String, imageName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Image)

パラメーター

operations
IImagesOperations

この拡張メソッドの操作グループ。

body
ImageUpdate

要求本文。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

labPlanName
String

リソース グループを含む内で一意に識別するラボ プランの名前。 リソース URI と UI で使用されます。

imageName
String

画像の名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

イメージ リソースを更新します。

適用対象