BitLockerKeysList(String, String, String, String, Func<HttpResponseMessage,
Task<IGetBitLockerKeysResponse>,Task>, Func<HttpResponseMessage,
Task<IErrorResponse>,Task>, IEventListener, ISendAsync)
|
Returns the BitLocker Keys for all drives in the specified job.
|
BitLockerKeysListViaIdentity(String, String, Func<HttpResponseMessage,
Task<IGetBitLockerKeysResponse>,Task>, Func<HttpResponseMessage,
Task<IErrorResponse>,Task>, IEventListener, ISendAsync)
|
Returns the BitLocker Keys for all drives in the specified job.
|
JobsCreate(String, String, String, String, String, IPutJobParameters,
Func<HttpResponseMessage,Task<IJobResponse>,Task>, Func<HttpResponseMessage,
Task<IJobResponse>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,
Task>, IEventListener, ISendAsync)
|
Creates a new job or updates an existing job in the specified subscription.
|
JobsCreateViaIdentity(String, String, String, IPutJobParameters,
Func<HttpResponseMessage,Task<IJobResponse>,Task>, Func<HttpResponseMessage,
Task<IJobResponse>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,
Task>, IEventListener, ISendAsync)
|
Creates a new job or updates an existing job in the specified subscription.
|
JobsDelete(String, String, String, String, Func<HttpResponseMessage,
Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener,
ISendAsync)
|
Deletes an existing job. Only jobs in the Creating or Completed states can be deleted.
|
JobsDeleteViaIdentity(String, String, Func<HttpResponseMessage,
Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener,
ISendAsync)
|
Deletes an existing job. Only jobs in the Creating or Completed states can be deleted.
|
JobsGet(String, String, String, String, Func<HttpResponseMessage,
Task<IJobResponse>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,
Task>, IEventListener, ISendAsync)
|
Gets information about an existing job.
|
JobsGetViaIdentity(String, String, Func<HttpResponseMessage,Task<IJobResponse>,
Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener,
ISendAsync)
|
Gets information about an existing job.
|
JobsListByResourceGroup(Nullable<Int64>, String, String, String,
String, Func<HttpResponseMessage,Task<IListJobsResponse>,Task>,
Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener,
ISendAsync)
|
Returns all active and completed jobs in a resource group.
|
JobsListByResourceGroupViaIdentity(String, Nullable<Int64>, String,
String, Func<HttpResponseMessage,Task<IListJobsResponse>,Task>,
Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener,
ISendAsync)
|
Returns all active and completed jobs in a resource group.
|
JobsListBySubscription(Nullable<Int64>, String, String, String,
Func<HttpResponseMessage,Task<IListJobsResponse>,Task>, Func<HttpResponseMessage,
Task<IErrorResponse>,Task>, IEventListener, ISendAsync)
|
Returns all active and completed jobs in a subscription.
|
JobsListBySubscriptionViaIdentity(String, Nullable<Int64>, String,
String, Func<HttpResponseMessage,Task<IListJobsResponse>,Task>,
Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener,
ISendAsync)
|
Returns all active and completed jobs in a subscription.
|
JobsUpdate(String, String, String, String, IUpdateJobParameters,
Func<HttpResponseMessage,Task<IJobResponse>,Task>, Func<HttpResponseMessage,
Task<IErrorResponse>,Task>, IEventListener, ISendAsync)
|
Updates specific properties of a job. You can call this operation to notify the Import/Export service that the hard drives
comprising the import or export job have been shipped to the Microsoft data center. It can also be used to cancel an existing
job.
|
JobsUpdateViaIdentity(String, String, IUpdateJobParameters, Func<HttpResponseMessage,
Task<IJobResponse>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,
Task>, IEventListener, ISendAsync)
|
Updates specific properties of a job. You can call this operation to notify the Import/Export service that the hard drives
comprising the import or export job have been shipped to the Microsoft data center. It can also be used to cancel an existing
job.
|
LocationsGet(String, String, Func<HttpResponseMessage,Task<ILocation>,
Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener,
ISendAsync)
|
Returns the details about a location to which you can ship the disks associated with an import or export job. A location
is an Azure region.
|
LocationsGetViaIdentity(String, String, Func<HttpResponseMessage,
Task<ILocation>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,
Task>, IEventListener, ISendAsync)
|
Returns the details about a location to which you can ship the disks associated with an import or export job. A location
is an Azure region.
|
LocationsList(String, Func<HttpResponseMessage,Task<ILocationsResponse>,
Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener,
ISendAsync)
|
Returns a list of locations to which you can ship the disks associated with an import or export job. A location is a Microsoft
data center region.
|
LocationsListViaIdentity(String, String, Func<HttpResponseMessage,
Task<ILocationsResponse>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,
Task>, IEventListener, ISendAsync)
|
Returns a list of locations to which you can ship the disks associated with an import or export job. A location is a Microsoft
data center region.
|
OperationsList(String, Func<HttpResponseMessage,Task<IListOperationsResponse>,
Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener,
ISendAsync)
|
Returns the list of operations supported by the import/export resource provider.
|
OperationsListViaIdentity(String, String, Func<HttpResponseMessage,
Task<IListOperationsResponse>,Task>, Func<HttpResponseMessage,
Task<IErrorResponse>,Task>, IEventListener, ISendAsync)
|
Returns the list of operations supported by the import/export resource provider.
|