StorageManagementClient
VerifiedAdmin client for Azure storage management operations.
What is StorageManagementClient?
The StorageManagementClient is the Admin Storage Management Client for Azure.
It is intended for developers and tools that perform administrative storage management in Azure environments.
Endpoints
3 operations exposed by this API (v2015-12-01-preview).
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Storage.Admin/farms/{farmId}/blobservices/{serviceType}— BlobServices_Get/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Storage.Admin/farms/{farmId}/blobservices/{serviceType}/metricdefinitions— BlobServices_ListMetricDefinitions/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Storage.Admin/farms/{farmId}/blobservices/{serviceType}/metrics— BlobServices_ListMetricsWhat you can build with StorageManagementClient
Provision storage accounts
Create, update, or delete Azure Storage accounts and configure properties like SKU, location, and encryption settings through API calls.
Manage access and networking
Set up firewall rules, virtual network restrictions, and private endpoints for storage accounts to control secure access.
Handle administrative quotas
Monitor and adjust storage account limits, replication settings, and usage policies for enterprise deployments.
Get started with StorageManagementClient
- 1Create an Azure subscription and resource group
- 2Register an application in Azure AD and grant permissions
- 3Obtain authentication credentials per the service docs
- 4Install the Azure SDK or call the HTTPS REST endpoints directly
- 5Make authenticated requests to storage management operations
StorageManagementClient: pros & cons
Pros
- +Native Azure integration for storage admin tasks
- +HTTPS-only secure API access
- +Supports full lifecycle management of storage accounts
- +Detailed official documentation
Cons
- –Requires valid Azure subscription
- –Authentication setup follows Azure AD complexity
- –Only manages Azure Storage resources
Frequently asked questions
The Admin Storage Management Client provided by Azure for administrative tasks on storage accounts via HTTPS API.
User reviews
Verified reviews from the community shape this listing's rating.
Loading reviews…