次の方法で共有


GalleryApplicationVersionResource.AddTag メソッド

定義

現在のリソースにタグを追加します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleryName}/applications/{galleryApplicationName}/versions/{galleryApplicationVersionName}
  • 操作IdGalleryApplicationVersions_Get
public virtual Azure.Response<Azure.ResourceManager.Compute.GalleryApplicationVersionResource> AddTag (string key, string value, System.Threading.CancellationToken cancellationToken = default);
abstract member AddTag : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Compute.GalleryApplicationVersionResource>
override this.AddTag : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Compute.GalleryApplicationVersionResource>
Public Overridable Function AddTag (key As String, value As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of GalleryApplicationVersionResource)

パラメーター

key
String

タグのキー。

value
String

タグの値。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

key または value が null です。

適用対象