IMigrationOperations.ImportLegacyApplianceConfigAsync Method

Definition

Hydra spec for import legacy appliance config rest api.The rest api imports the legacy config to the service

public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> ImportLegacyApplianceConfigAsync (string configId, Microsoft.WindowsAzure.Management.StorSimple.Models.LegacyApplianceConfig request, Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders customRequestHeaders, System.Threading.CancellationToken cancellationToken);
abstract member ImportLegacyApplianceConfigAsync : string * Microsoft.WindowsAzure.Management.StorSimple.Models.LegacyApplianceConfig * Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
Public Function ImportLegacyApplianceConfigAsync (configId As String, request As LegacyApplianceConfig, customRequestHeaders As CustomRequestHeaders, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)

Parameters

configId
String

Unique id for config being imported

request
LegacyApplianceConfig

Legacy appliance config to be imported

customRequestHeaders
CustomRequestHeaders

The Custom Request Headers which client must use.

cancellationToken
CancellationToken

Cancellation token.

Returns

Task<Microsoft.Azure.AzureOperationResponse>

A standard service response including an HTTP status code and request ID.

Applies to