次の方法で共有


IVirtualMachinesOperations.RetrieveBootDiagnosticsDataWithHttpMessagesAsync メソッド

定義

仮想マシンのブート診断ログの SAS URI を取得する操作。

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Fluent.Models.RetrieveBootDiagnosticsDataResultInner>> RetrieveBootDiagnosticsDataWithHttpMessagesAsync (string resourceGroupName, string vmName, int? sasUriExpirationTimeInMinutes = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member RetrieveBootDiagnosticsDataWithHttpMessagesAsync : string * string * Nullable<int> * 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.Fluent.Models.RetrieveBootDiagnosticsDataResultInner>>
Public Function RetrieveBootDiagnosticsDataWithHttpMessagesAsync (resourceGroupName As String, vmName As String, Optional sasUriExpirationTimeInMinutes As Nullable(Of Integer) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of RetrieveBootDiagnosticsDataResultInner))

パラメーター

resourceGroupName
String

リソース グループの名前。

vmName
String

仮想マシンの名前。

sasUriExpirationTimeInMinutes
Nullable<Int32>

1 ~ 1440 分の値を持つ SAS URI の有効期限 (分単位)。 <br><br>NOTE: 指定しない場合、SAS URI は既定の有効期限 120 分で生成されます。

customHeaders
Dictionary<String,List<String>>

要求に追加されるヘッダー。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

例外

操作が無効な状態コードを返したときにスローされます

応答を逆シリアル化できない場合にスローされます

必須パラメーターが null の場合にスローされます

適用対象