GalleriesOperationsExtensions.GetAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetAsync(IGalleriesOperations, String, String, String, String, CancellationToken) |
Shared Image Galleryに関する情報を取得します。 |
GetAsync(IGalleriesOperations, String, String, String, CancellationToken) |
Shared Image Galleryに関する情報を取得します。 |
GetAsync(IGalleriesOperations, String, String, CancellationToken) |
Shared Image Galleryに関する情報を取得します。 |
GetAsync(IGalleriesOperations, String, String) |
Shared Image Galleryに関する情報を取得します。 |
GetAsync(IGalleriesOperations, String, String, String, String, CancellationToken)
Shared Image Galleryに関する情報を取得します。
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.Gallery> GetAsync (this Microsoft.Azure.Management.Compute.IGalleriesOperations operations, string resourceGroupName, string galleryName, string select = default, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Compute.IGalleriesOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.Gallery>
<Extension()>
Public Function GetAsync (operations As IGalleriesOperations, resourceGroupName As String, galleryName As String, Optional select As String = Nothing, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Gallery)
パラメーター
- operations
- IGalleriesOperations
この拡張メソッドの操作グループ。
- resourceGroupName
- String
リソース グループの名前。
- galleryName
- String
Shared Image Galleryの名前。
- select
- String
操作に適用する select 式。 使用可能な値は次のとおりです: 'Permissions'
- expand
- String
操作に適用する [クエリの展開] オプション。 使用可能な値は次のとおりです: 'SharingProfile/Groups'
- cancellationToken
- CancellationToken
キャンセル トークン。
戻り値
適用対象
GetAsync(IGalleriesOperations, String, String, String, CancellationToken)
Shared Image Galleryに関する情報を取得します。
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.Gallery> GetAsync (this Microsoft.Azure.Management.Compute.IGalleriesOperations operations, string resourceGroupName, string galleryName, string select, System.Threading.CancellationToken cancellationToken);
static member GetAsync : Microsoft.Azure.Management.Compute.IGalleriesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.Gallery>
<Extension()>
Public Function GetAsync (operations As IGalleriesOperations, resourceGroupName As String, galleryName As String, select As String, cancellationToken As CancellationToken) As Task(Of Gallery)
パラメーター
- operations
- IGalleriesOperations
この拡張メソッドの操作グループ。
- resourceGroupName
- String
リソース グループの名前。
- galleryName
- String
Shared Image Galleryの名前。
- select
- String
操作に適用する select 式。 使用可能な値は次のとおりです: 'Permissions'
- cancellationToken
- CancellationToken
キャンセル トークン。
戻り値
適用対象
GetAsync(IGalleriesOperations, String, String, CancellationToken)
Shared Image Galleryに関する情報を取得します。
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.Gallery> GetAsync (this Microsoft.Azure.Management.Compute.IGalleriesOperations operations, string resourceGroupName, string galleryName, System.Threading.CancellationToken cancellationToken);
static member GetAsync : Microsoft.Azure.Management.Compute.IGalleriesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.Gallery>
<Extension()>
Public Function GetAsync (operations As IGalleriesOperations, resourceGroupName As String, galleryName As String, cancellationToken As CancellationToken) As Task(Of Gallery)
パラメーター
- operations
- IGalleriesOperations
この拡張メソッドの操作グループ。
- resourceGroupName
- String
リソース グループの名前。
- galleryName
- String
Shared Image Galleryの名前。
- cancellationToken
- CancellationToken
キャンセル トークン。
戻り値
適用対象
GetAsync(IGalleriesOperations, String, String)
Shared Image Galleryに関する情報を取得します。
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.Gallery> GetAsync (this Microsoft.Azure.Management.Compute.IGalleriesOperations operations, string resourceGroupName, string galleryName);
static member GetAsync : Microsoft.Azure.Management.Compute.IGalleriesOperations * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.Gallery>
<Extension()>
Public Function GetAsync (operations As IGalleriesOperations, resourceGroupName As String, galleryName As String) As Task(Of Gallery)
パラメーター
- operations
- IGalleriesOperations
この拡張メソッドの操作グループ。
- resourceGroupName
- String
リソース グループの名前。
- galleryName
- String
Shared Image Galleryの名前。
戻り値
適用対象
Azure SDK for .NET