IMigrationOperations.ImportLegacyApplianceConfigAsync 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.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET