StorageManagementClient 类
表示存储服务管理客户端。
命名空间: Microsoft.WindowsAzure.Management.Storage
程序集: Microsoft.WindowsAzure.Management.Storage(Microsoft.WindowsAzure.Management.Storage.dll 中)
继承层次结构
System.Object
Hyak.Common.ServiceClient<T>
Microsoft.WindowsAzure.Management.Storage.StorageManagementClient
语法
public class StorageManagementClient : ServiceClient<StorageManagementClient>,
IStorageManagementClient, IDisposable
public ref class StorageManagementClient : ServiceClient<StorageManagementClient^>,
IStorageManagementClient, IDisposable
type StorageManagementClient =
class
inherit ServiceClient<StorageManagementClient>
interface IStorageManagementClient
interface IDisposable
end
Public Class StorageManagementClient
Inherits ServiceClient(Of StorageManagementClient)
Implements IStorageManagementClient, IDisposable
构造函数
名称 | 说明 | |
---|---|---|
StorageManagementClient() | 初始化 StorageManagementClient 类的新实例。 |
|
StorageManagementClient(HttpClient) | 初始化 StorageManagementClient 类的新实例。 |
|
StorageManagementClient(SubscriptionCloudCredentials) | 初始化 StorageManagementClient 类的新实例。 |
|
StorageManagementClient(SubscriptionCloudCredentials, HttpClient) | 初始化 StorageManagementClient 类的新实例。 |
|
StorageManagementClient(SubscriptionCloudCredentials, Uri) | 初始化 StorageManagementClient 类的新实例。 |
|
StorageManagementClient(SubscriptionCloudCredentials, Uri, HttpClient) | 初始化 StorageManagementClient 类的新实例。 |
属性
名称 | 说明 | |
---|---|---|
ApiVersion | 获取 API 版本。 |
|
BaseUri | 获取或设置作为基础将它用于所有服务管理请求的 URI。 |
|
Credentials | 获取或设置 SubscriptionCloudCredentials 指定的订阅凭据的对象。 |
|
HttpClient | (从 ServiceClient<T> 继承。) |
|
HttpMessageHandler | (从 ServiceClient<T> 继承。) |
|
LongRunningOperationInitialTimeout | 获取或设置长时间运行操作的初始超时。 |
|
LongRunningOperationRetryTimeout | 获取或设置长时间运行操作的重试超时。 |
|
StorageAccounts | 获取存储帐户。 |
|
UserAgent | (从 ServiceClient<T> 继承。) |
方法
名称 | 说明 | |
---|---|---|
AddHandlerToPipeline(DelegatingHandler) | (从 ServiceClient<T> 继承。) |
|
Clone(ServiceClient<StorageManagementClient>) | 克隆到另一个 StorageManagementClient 实例从当前实例的属性(替代 ServiceClient<T>.Clone(ServiceClient<T>)。) |
|
Dispose() | (从 ServiceClient<T> 继承。) |
|
Equals(Object) | (从 Object 继承。) |
|
Finalize() | (从 Object 继承。) |
|
GetHashCode() | (从 Object 继承。) |
|
GetHttpPipeline() | (从 ServiceClient<T> 继承。) |
|
GetOperationStatusAsync(String, CancellationToken) | 以异步方式检索操作的状态。 |
|
GetType() | (从 Object 继承。) |
|
InitializeHttpClient(HttpMessageHandler) | (从 ServiceClient<T> 继承。) |
|
MemberwiseClone() | (从 Object 继承。) |
|
SetRetryPolicy(RetryPolicy) | (从 ServiceClient<T> 继承。) |
|
ToString() | (从 Object 继承。) |
|
WithHandler(DelegatingHandler) | (从 ServiceClient<T> 继承。) |
|
WithHandler(ServiceClient<T>, DelegatingHandler) | (从 ServiceClient<T> 继承。) |
|
WithHandlers(IEnumerable<DelegatingHandler>) | (从 ServiceClient<T> 继承。) |
扩展方法
名称 | 说明 | |
---|---|---|
GetOperationStatus(String) | 检索操作的状态。 (由 StorageManagementClientExtensions 定义。) |
|
GetOperationStatusAsync(String) | 以异步方式检索操作的状态。 (由 StorageManagementClientExtensions 定义。) |
线程安全
此类型的任何公共静态(Visual Basic 中为 Shared)成员都是线程安全的。但不保证所有实例成员都是线程安全的。
请参阅
Microsoft.WindowsAzure.Management.Storage 命名空间
返回页首