StorSimpleManagementClient Class
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.
This is an RESTFul API to manage you StorSimple Objects
public class StorSimpleManagementClient : Hyak.Common.ServiceClient<Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient>, IDisposable, Microsoft.WindowsAzure.Management.StorSimple.IStorSimpleManagementClient
type StorSimpleManagementClient = class
inherit ServiceClient<StorSimpleManagementClient>
interface IStorSimpleManagementClient
interface IDisposable
Public Class StorSimpleManagementClient
Inherits ServiceClient(Of StorSimpleManagementClient)
Implements IDisposable, IStorSimpleManagementClient
- Inheritance
-
Hyak.Common.ServiceClient<StorSimpleManagementClient>StorSimpleManagementClient
- Implements
Constructors
StorSimpleManagementClient() |
Initializes a new instance of the StorSimpleManagementClient class. |
StorSimpleManagementClient(HttpClient) |
Initializes a new instance of the StorSimpleManagementClient class. |
StorSimpleManagementClient(String, String, String, String, SubscriptionCloudCredentials, HttpClient) |
Initializes a new instance of the StorSimpleManagementClient class. |
StorSimpleManagementClient(String, String, String, String, SubscriptionCloudCredentials, Uri, HttpClient) |
Initializes a new instance of the StorSimpleManagementClient class. |
StorSimpleManagementClient(String, String, String, String, SubscriptionCloudCredentials, Uri) |
Initializes a new instance of the StorSimpleManagementClient class. |
StorSimpleManagementClient(String, String, String, String, SubscriptionCloudCredentials) |
Initializes a new instance of the StorSimpleManagementClient class. |
Properties
ApiVersion |
Gets the API version. |
Backup |
All Operations related to Backup |
BackupPolicy |
All Operations related to Backup policies |
BaseUri |
Gets the URI used as the base for all cloud service requests. |
CloneVolume |
All Operations related to CloneVolume (see http://msdn.microsoft.com/en-us/library/azure/FILLTHISPART.aspx for more information) |
CloudServiceName | |
Credentials |
Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
DataContainer |
All Operations related to Volume Containers |
DeviceDetails |
All Operations related to Device Details |
DeviceFailover |
All Operations related to Device Failover |
DeviceJob |
All Operations related to Device Jobs |
DevicePublicKey |
All Operations related to Device Public keys |
Devices |
All Operations related to Devices |
IscsiConnection |
All Operations related to iscsi connection |
LongRunningOperationInitialTimeout |
Gets or sets the initial timeout for Long Running Operations. |
LongRunningOperationRetryTimeout |
Gets or sets the retry timeout for Long Running Operations. |
MigrateLegacyAppliance |
Migration of Legacy Appliance |
ResourceEncryptionKeys |
All Operations related to Crypto keys |
ResourceId | |
ResourceName | |
ResourceNamespace | |
ServiceConfig |
All Operations related to Service configurations |
VirtualDevice |
All Operations related to Virtual Device |
VirtualDisk |
All Operations related to virtual disk |
Methods
Clone(ServiceClient<StorSimpleManagementClient>) |
Clones properties from current instance to another StorSimpleManagementClient instance |
GetOperationStatusAsync(String, CancellationToken) |
The Get Task Status returns the status of the specified task id. After calling an asynchronous task, you can call Get Task Status to determine whether the task has succeeded, failed, or is still in progress. |
Extension Methods
GetOperationStatus(IStorSimpleManagementClient, String) |
The Get Task Status returns the status of the specified task id. After calling an asynchronous task, you can call Get Task Status to determine whether the task has succeeded, failed, or is still in progress. |
GetOperationStatusAsync(IStorSimpleManagementClient, String) |
The Get Task Status returns the status of the specified task id. After calling an asynchronous task, you can call Get Task Status to determine whether the task has succeeded, failed, or is still in progress. |
Applies to
Azure SDK for .NET