VirtualMachinesOperationsExtensions.RetrieveBootDiagnosticsDataAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The operation to retrieve SAS URIs for a virtual machine's boot diagnostic logs.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.Models.RetrieveBootDiagnosticsDataResultInner> RetrieveBootDiagnosticsDataAsync (this Microsoft.Azure.Management.Compute.Fluent.IVirtualMachinesOperations operations, string resourceGroupName, string vmName, int? sasUriExpirationTimeInMinutes = default, System.Threading.CancellationToken cancellationToken = default);
static member RetrieveBootDiagnosticsDataAsync : Microsoft.Azure.Management.Compute.Fluent.IVirtualMachinesOperations * string * string * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.Models.RetrieveBootDiagnosticsDataResultInner>
<Extension()>
Public Function RetrieveBootDiagnosticsDataAsync (operations As IVirtualMachinesOperations, resourceGroupName As String, vmName As String, Optional sasUriExpirationTimeInMinutes As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of RetrieveBootDiagnosticsDataResultInner)
Parameters
- operations
- IVirtualMachinesOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group.
- vmName
- String
The name of the virtual machine.
Expiration duration in minutes for the SAS URIs with a value between 1 to 1440 minutes. <br><br>NOTE: If not specified, SAS URIs will be generated with a default expiration duration of 120 minutes.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Applies to
Azure SDK for .NET