StorageManagementClient Class

Definition

The Azure Storage Management API.

public class StorageManagementClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.Management.Storage.StorageManagementClient>, IDisposable, Microsoft.Azure.Management.Storage.IStorageManagementClient, Microsoft.Rest.Azure.IAzureClient
type StorageManagementClient = class
    inherit ServiceClient<StorageManagementClient>
    interface IStorageManagementClient
    interface IDisposable
    interface IAzureClient
Public Class StorageManagementClient
Inherits ServiceClient(Of StorageManagementClient)
Implements IAzureClient, IDisposable, IStorageManagementClient
Inheritance
StorageManagementClient
Implements

Constructors

StorageManagementClient(DelegatingHandler[])

Initializes a new instance of the StorageManagementClient class.

StorageManagementClient(HttpClient, Boolean)

Initializes a new instance of the StorageManagementClient class.

StorageManagementClient(HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the StorageManagementClient class.

StorageManagementClient(ServiceClientCredentials, DelegatingHandler[])

Initializes a new instance of the StorageManagementClient class.

StorageManagementClient(ServiceClientCredentials, HttpClient, Boolean)

Initializes a new instance of the StorageManagementClient class.

StorageManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the StorageManagementClient class.

StorageManagementClient(Uri, DelegatingHandler[])

Initializes a new instance of the StorageManagementClient class.

StorageManagementClient(Uri, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the StorageManagementClient class.

StorageManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[])

Initializes a new instance of the StorageManagementClient class.

StorageManagementClient(Uri, ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the StorageManagementClient class.

Properties

AcceptLanguage

The preferred language for the response.

ApiVersion

The API version to use for this operation.

BaseUri

The base URI of the service.

BlobContainers

Gets the IBlobContainersOperations.

BlobInventoryPolicies

Gets the IBlobInventoryPoliciesOperations.

BlobServices

Gets the IBlobServicesOperations.

Credentials

Credentials needed for the client to connect to Azure.

DeletedAccounts

Gets the IDeletedAccountsOperations.

DeserializationSettings

Gets or sets json deserialization settings.

EncryptionScopes

Gets the IEncryptionScopesOperations.

FileServices

Gets the IFileServicesOperations.

FileShares

Gets the IFileSharesOperations.

FirstMessageHandler (Inherited from ServiceClient<T>)
GenerateClientRequestId

Whether a unique x-ms-client-request-id should be generated. When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true.

HttpClient (Inherited from ServiceClient<T>)
HttpClientHandler (Inherited from ServiceClient<T>)
HttpMessageHandlers (Inherited from ServiceClient<T>)
LocalUsers

Gets the ILocalUsersOperations.

LongRunningOperationRetryTimeout

The retry timeout in seconds for Long Running Operations. Default value is 30.

ManagementPolicies

Gets the IManagementPoliciesOperations.

ObjectReplicationPolicies

Gets the IObjectReplicationPoliciesOperations.

Operations

Gets the IOperations.

PrivateEndpointConnections

Gets the IPrivateEndpointConnectionsOperations.

PrivateLinkResources

Gets the IPrivateLinkResourcesOperations.

Queue

Gets the IQueueOperations.

QueueServices

Gets the IQueueServicesOperations.

SerializationSettings

Gets or sets json serialization settings.

Skus

Gets the ISkusOperations.

StorageAccounts

Gets the IStorageAccountsOperations.

SubscriptionId

The ID of the target subscription.

Table

Gets the ITableOperations.

TableServices

Gets the ITableServicesOperations.

Usages

Gets the IUsagesOperations.

UserAgent (Inherited from ServiceClient<T>)

Methods

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[]) (Inherited from ServiceClient<T>)
Dispose() (Inherited from ServiceClient<T>)
Dispose(Boolean) (Inherited from ServiceClient<T>)
InitializeHttpClient(HttpClient, HttpClientHandler, DelegatingHandler[]) (Inherited from ServiceClient<T>)
InitializeHttpClient(HttpClientHandler, DelegatingHandler[]) (Inherited from ServiceClient<T>)
SetRetryPolicy(RetryPolicy) (Inherited from ServiceClient<T>)
SetUserAgent(String) (Inherited from ServiceClient<T>)
SetUserAgent(String, String) (Inherited from ServiceClient<T>)

Applies to