你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StorSimpleManagementClient 类

定义

这是用于管理 StorSimple 对象的 RESTFul API

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
继承
Hyak.Common.ServiceClient<StorSimpleManagementClient>
StorSimpleManagementClient
实现

构造函数

StorSimpleManagementClient()

初始化 StorSimpleManagementClient 类的新实例。

StorSimpleManagementClient(HttpClient)

初始化 StorSimpleManagementClient 类的新实例。

StorSimpleManagementClient(String, String, String, String, SubscriptionCloudCredentials)

初始化 StorSimpleManagementClient 类的新实例。

StorSimpleManagementClient(String, String, String, String, SubscriptionCloudCredentials, HttpClient)

初始化 StorSimpleManagementClient 类的新实例。

StorSimpleManagementClient(String, String, String, String, SubscriptionCloudCredentials, Uri)

初始化 StorSimpleManagementClient 类的新实例。

StorSimpleManagementClient(String, String, String, String, SubscriptionCloudCredentials, Uri, HttpClient)

初始化 StorSimpleManagementClient 类的新实例。

属性

ApiVersion

获取 API 版本。

Backup

与备份相关的所有操作

BackupPolicy

与备份策略相关的所有操作

BaseUri

获取用作所有云服务请求基础的 URI。

CloneVolume

有关 CloneVolume (的所有操作,请参阅 http://msdn.microsoft.com/en-us/library/azure/FILLTHISPART.aspx ,了解详细信息)

CloudServiceName

这是用于管理 StorSimple 对象的 RESTFul API

Credentials

获取唯一标识 Microsoft Azure 订阅的订阅凭据。 此订阅 ID 是每个服务调用的 URI 的一部分。

DataContainer

与卷容器相关的所有操作

DeviceDetails

与设备详细信息相关的所有操作

DeviceFailover

与设备故障转移相关的所有操作

DeviceJob

与设备作业相关的所有操作

DevicePublicKey

与设备公钥相关的所有操作

Devices

与设备相关的所有操作

IscsiConnection

与 iscsi 连接相关的所有操作

LongRunningOperationInitialTimeout

获取或设置长时间运行操作的初始超时。

LongRunningOperationRetryTimeout

获取或设置长时间运行操作的重试超时。

MigrateLegacyAppliance

旧设备迁移

ResourceEncryptionKeys

与加密密钥相关的所有操作

ResourceId

这是用于管理 StorSimple 对象的 RESTFul API

ResourceName

这是用于管理 StorSimple 对象的 RESTFul API

ResourceNamespace

这是用于管理 StorSimple 对象的 RESTFul API

ServiceConfig

与服务配置相关的所有操作

VirtualDevice

与虚拟设备相关的所有操作

VirtualDisk

与虚拟磁盘相关的所有操作

方法

Clone(ServiceClient<StorSimpleManagementClient>)

将属性从当前实例克隆到另一个 StorSimpleManagementClient 实例

GetOperationStatusAsync(String, CancellationToken)

获取任务状态返回指定任务 ID 的状态。调用异步任务后,可以调用“获取任务状态”,以确定任务是成功、失败还是仍在进行中。

扩展方法

GetOperationStatus(IStorSimpleManagementClient, String)

获取任务状态返回指定任务 ID 的状态。调用异步任务后,可以调用“获取任务状态”,以确定任务是成功、失败还是仍在进行中。

GetOperationStatusAsync(IStorSimpleManagementClient, String)

获取任务状态返回指定任务 ID 的状态。调用异步任务后,可以调用“获取任务状态”,以确定任务是成功、失败还是仍在进行中。

适用于