Interface StorageManagementClient
-
public interface StorageManagementClientThe interface for StorageManagementClient class.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetApiVersion()Gets Api Version.BlobContainersClientgetBlobContainers()Gets the BlobContainersClient object to access its operations.BlobInventoryPoliciesClientgetBlobInventoryPolicies()Gets the BlobInventoryPoliciesClient object to access its operations.BlobServicesClientgetBlobServices()Gets the BlobServicesClient object to access its operations.DurationgetDefaultPollInterval()Gets The default poll interval for long-running operation.DeletedAccountsClientgetDeletedAccounts()Gets the DeletedAccountsClient object to access its operations.EncryptionScopesClientgetEncryptionScopes()Gets the EncryptionScopesClient object to access its operations.StringgetEndpoint()Gets server parameter.FileServicesClientgetFileServices()Gets the FileServicesClient object to access its operations.FileSharesClientgetFileShares()Gets the FileSharesClient object to access its operations.com.azure.core.http.HttpPipelinegetHttpPipeline()Gets The HTTP pipeline to send requests through.ManagementPoliciesClientgetManagementPolicies()Gets the ManagementPoliciesClient object to access its operations.ObjectReplicationPoliciesOperationsClientgetObjectReplicationPoliciesOperations()Gets the ObjectReplicationPoliciesOperationsClient object to access its operations.OperationsClientgetOperations()Gets the OperationsClient object to access its operations.PrivateEndpointConnectionsClientgetPrivateEndpointConnections()Gets the PrivateEndpointConnectionsClient object to access its operations.PrivateLinkResourcesClientgetPrivateLinkResources()Gets the PrivateLinkResourcesClient object to access its operations.QueuesClientgetQueues()Gets the QueuesClient object to access its operations.QueueServicesClientgetQueueServices()Gets the QueueServicesClient object to access its operations.SkusClientgetSkus()Gets the SkusClient object to access its operations.StorageAccountsClientgetStorageAccounts()Gets the StorageAccountsClient object to access its operations.StringgetSubscriptionId()Gets The ID of the target subscription.TablesClientgetTables()Gets the TablesClient object to access its operations.TableServicesClientgetTableServices()Gets the TableServicesClient object to access its operations.UsagesClientgetUsages()Gets the UsagesClient object to access its operations.
-
-
-
Method Detail
-
getSubscriptionId
String getSubscriptionId()
Gets The ID of the target subscription.- Returns:
- the subscriptionId value.
-
getEndpoint
String getEndpoint()
Gets server parameter.- Returns:
- the endpoint value.
-
getApiVersion
String getApiVersion()
Gets Api Version.- Returns:
- the apiVersion value.
-
getHttpPipeline
com.azure.core.http.HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.- Returns:
- the httpPipeline value.
-
getDefaultPollInterval
Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.- Returns:
- the defaultPollInterval value.
-
getOperations
OperationsClient getOperations()
Gets the OperationsClient object to access its operations.- Returns:
- the OperationsClient object.
-
getSkus
SkusClient getSkus()
Gets the SkusClient object to access its operations.- Returns:
- the SkusClient object.
-
getStorageAccounts
StorageAccountsClient getStorageAccounts()
Gets the StorageAccountsClient object to access its operations.- Returns:
- the StorageAccountsClient object.
-
getDeletedAccounts
DeletedAccountsClient getDeletedAccounts()
Gets the DeletedAccountsClient object to access its operations.- Returns:
- the DeletedAccountsClient object.
-
getUsages
UsagesClient getUsages()
Gets the UsagesClient object to access its operations.- Returns:
- the UsagesClient object.
-
getManagementPolicies
ManagementPoliciesClient getManagementPolicies()
Gets the ManagementPoliciesClient object to access its operations.- Returns:
- the ManagementPoliciesClient object.
-
getBlobInventoryPolicies
BlobInventoryPoliciesClient getBlobInventoryPolicies()
Gets the BlobInventoryPoliciesClient object to access its operations.- Returns:
- the BlobInventoryPoliciesClient object.
-
getPrivateEndpointConnections
PrivateEndpointConnectionsClient getPrivateEndpointConnections()
Gets the PrivateEndpointConnectionsClient object to access its operations.- Returns:
- the PrivateEndpointConnectionsClient object.
-
getPrivateLinkResources
PrivateLinkResourcesClient getPrivateLinkResources()
Gets the PrivateLinkResourcesClient object to access its operations.- Returns:
- the PrivateLinkResourcesClient object.
-
getObjectReplicationPoliciesOperations
ObjectReplicationPoliciesOperationsClient getObjectReplicationPoliciesOperations()
Gets the ObjectReplicationPoliciesOperationsClient object to access its operations.- Returns:
- the ObjectReplicationPoliciesOperationsClient object.
-
getEncryptionScopes
EncryptionScopesClient getEncryptionScopes()
Gets the EncryptionScopesClient object to access its operations.- Returns:
- the EncryptionScopesClient object.
-
getBlobServices
BlobServicesClient getBlobServices()
Gets the BlobServicesClient object to access its operations.- Returns:
- the BlobServicesClient object.
-
getBlobContainers
BlobContainersClient getBlobContainers()
Gets the BlobContainersClient object to access its operations.- Returns:
- the BlobContainersClient object.
-
getFileServices
FileServicesClient getFileServices()
Gets the FileServicesClient object to access its operations.- Returns:
- the FileServicesClient object.
-
getFileShares
FileSharesClient getFileShares()
Gets the FileSharesClient object to access its operations.- Returns:
- the FileSharesClient object.
-
getQueueServices
QueueServicesClient getQueueServices()
Gets the QueueServicesClient object to access its operations.- Returns:
- the QueueServicesClient object.
-
getQueues
QueuesClient getQueues()
Gets the QueuesClient object to access its operations.- Returns:
- the QueuesClient object.
-
getTableServices
TableServicesClient getTableServices()
Gets the TableServicesClient object to access its operations.- Returns:
- the TableServicesClient object.
-
getTables
TablesClient getTables()
Gets the TablesClient object to access its operations.- Returns:
- the TablesClient object.
-
-