IGalleriesOperations.GetWithHttpMessagesAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetWithHttpMessagesAsync(String, String) |
Shared Image Galleryに関する情報を取得します。 |
GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>) |
Shared Image Galleryに関する情報を取得します。 |
GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Shared Image Galleryに関する情報を取得します。 |
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Shared Image Galleryに関する情報を取得します。 |
GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Shared Image Galleryに関する情報を取得します。 |
GetWithHttpMessagesAsync(String, String)
Shared Image Galleryに関する情報を取得します。
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.Gallery>> GetWithHttpMessagesAsync (string resourceGroupName, string galleryName);
abstract member GetWithHttpMessagesAsync : string * string -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.Gallery>>
Public Function GetWithHttpMessagesAsync (resourceGroupName As String, galleryName As String) As Task(Of AzureOperationResponse(Of Gallery))
パラメーター
- resourceGroupName
- String
リソース グループの名前。
- galleryName
- String
Shared Image Galleryの名前。
戻り値
例外
操作が無効な状態コードを返したときにスローされます
応答を逆シリアル化できない場合にスローされます
必須パラメーターが null の場合にスローされます
適用対象
GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>)
Shared Image Galleryに関する情報を取得します。
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.Gallery>> GetWithHttpMessagesAsync (string resourceGroupName, string galleryName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders);
abstract member GetWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.Gallery>>
Public Function GetWithHttpMessagesAsync (resourceGroupName As String, galleryName As String, customHeaders As Dictionary(Of String, List(Of String))) As Task(Of AzureOperationResponse(Of Gallery))
パラメーター
- resourceGroupName
- String
リソース グループの名前。
- galleryName
- String
Shared Image Galleryの名前。
- customHeaders
- Dictionary<String,List<String>>
要求に追加されるヘッダー。
戻り値
例外
操作が無効な状態コードを返したときにスローされます
応答を逆シリアル化できない場合にスローされます
必須パラメーターが null の場合にスローされます
適用対象
GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
Shared Image Galleryに関する情報を取得します。
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.Gallery>> GetWithHttpMessagesAsync (string resourceGroupName, string galleryName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders, System.Threading.CancellationToken cancellationToken);
abstract member GetWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.Gallery>>
Public Function GetWithHttpMessagesAsync (resourceGroupName As String, galleryName As String, customHeaders As Dictionary(Of String, List(Of String)), cancellationToken As CancellationToken) As Task(Of AzureOperationResponse(Of Gallery))
パラメーター
- resourceGroupName
- String
リソース グループの名前。
- galleryName
- String
Shared Image Galleryの名前。
- customHeaders
- Dictionary<String,List<String>>
要求に追加されるヘッダー。
- cancellationToken
- CancellationToken
キャンセル トークン。
戻り値
例外
操作が無効な状態コードを返したときにスローされます
応答を逆シリアル化できない場合にスローされます
必須パラメーターが null の場合にスローされます
適用対象
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
Shared Image Galleryに関する情報を取得します。
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.Gallery>> GetWithHttpMessagesAsync (string resourceGroupName, string galleryName, string select, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders, System.Threading.CancellationToken cancellationToken = default);
abstract member GetWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.Gallery>>
Public Function GetWithHttpMessagesAsync (resourceGroupName As String, galleryName As String, select As String, customHeaders As Dictionary(Of String, List(Of String)), Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of Gallery))
パラメーター
- resourceGroupName
- String
リソース グループの名前。
- galleryName
- String
Shared Image Galleryの名前。
- select
- String
操作に適用する select 式。 使用可能な値は次のとおりです: 'Permissions'
- customHeaders
- Dictionary<String,List<String>>
要求に追加されるヘッダー。
- cancellationToken
- CancellationToken
キャンセル トークン。
戻り値
例外
操作が無効な状態コードを返したときにスローされます
応答を逆シリアル化できない場合にスローされます
必須パラメーターが null の場合にスローされます
適用対象
GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)
Shared Image Galleryに関する情報を取得します。
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.Gallery>> GetWithHttpMessagesAsync (string resourceGroupName, string galleryName, string select = default, string expand = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetWithHttpMessagesAsync : string * string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.Gallery>>
Public Function GetWithHttpMessagesAsync (resourceGroupName As String, galleryName As String, Optional select As String = Nothing, Optional expand As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of Gallery))
パラメーター
- resourceGroupName
- String
リソース グループの名前。
- galleryName
- String
Shared Image Galleryの名前。
- select
- String
操作に適用する select 式。 使用可能な値は次のとおりです: 'Permissions'
- expand
- String
操作に適用する [クエリの展開] オプション。 使用可能な値は次のとおりです: 'SharingProfile/Groups'
- customHeaders
- Dictionary<String,List<String>>
要求に追加されるヘッダー。
- cancellationToken
- CancellationToken
キャンセル トークン。
戻り値
例外
操作が無効な状態コードを返したときにスローされます
応答を逆シリアル化できない場合にスローされます
必須パラメーターが null の場合にスローされます
適用対象
Azure SDK for .NET