Share via


IStorSimpleManagementClient Interface

Definition

This is an RESTFul API to manage you StorSimple Objects

public interface IStorSimpleManagementClient : IDisposable
type IStorSimpleManagementClient = interface
    interface IDisposable
Public Interface IStorSimpleManagementClient
Implements IDisposable
Derived
Implements

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

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