次の方法で共有


GalleryApplicationCollection.Get(String, CancellationToken) メソッド

定義

ギャラリーアプリケーション定義に関する情報を取得します。

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

パラメーター

galleryApplicationName
String

取得するギャラリーアプリケーション定義の名前。

cancellationToken
CancellationToken

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

戻り値

例外

galleryApplicationName は空の文字列であり、空でないと想定されていました。

galleryApplicationName が null です。

適用対象