Interface StorageManagementClient
public interface StorageManagementClient
The interface for StorageManagementClient class.
-
Method Summary
Modifier and TypeMethodDescriptionGets Api Version.Gets the BlobContainersClient object to access its operations.Gets the BlobInventoryPoliciesClient object to access its operations.Gets the BlobServicesClient object to access its operations.Gets The default poll interval for long-running operation.Gets the DeletedAccountsClient object to access its operations.Gets the EncryptionScopesClient object to access its operations.Gets server parameter.Gets the FileServicesClient object to access its operations.Gets the FileSharesClient object to access its operations.com.azure.core.http.HttpPipelineGets The HTTP pipeline to send requests through.Gets the LocalUsersOperationsClient object to access its operations.Gets the ManagementPoliciesClient object to access its operations.Gets the NetworkSecurityPerimeterConfigurationsClient object to access its operations.Gets the ObjectReplicationPoliciesOperationsClient object to access its operations.Gets the OperationsClient object to access its operations.Gets the PrivateEndpointConnectionsClient object to access its operations.Gets the PrivateLinkResourcesClient object to access its operations.Gets the QueuesClient object to access its operations.Gets the QueueServicesClient object to access its operations.getSkus()Gets the SkusClient object to access its operations.Gets the StorageAccountsClient object to access its operations.Gets the StorageTaskAssignmentInstancesReportsClient object to access its operations.Gets the StorageTaskAssignmentsClient object to access its operations.Gets the StorageTaskAssignmentsInstancesReportsClient object to access its operations.Gets The ID of the target subscription.Gets the TablesClient object to access its operations.Gets the TableServicesClient object to access its operations.Gets the UsagesClient object to access its operations.
-
Method Details
-
getSubscriptionId
String getSubscriptionId()Gets The ID of the target subscription.- Returns:
- the subscriptionId value.
-
getEndpoint
-
getApiVersion
-
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.
-
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.
-
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.
-
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.
-
getLocalUsersOperations
LocalUsersOperationsClient getLocalUsersOperations()Gets the LocalUsersOperationsClient object to access its operations.- Returns:
- the LocalUsersOperationsClient object.
-
getEncryptionScopes
EncryptionScopesClient getEncryptionScopes()Gets the EncryptionScopesClient object to access its operations.- Returns:
- the EncryptionScopesClient 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.
-
getNetworkSecurityPerimeterConfigurations
NetworkSecurityPerimeterConfigurationsClient getNetworkSecurityPerimeterConfigurations()Gets the NetworkSecurityPerimeterConfigurationsClient object to access its operations.- Returns:
- the NetworkSecurityPerimeterConfigurationsClient object.
-
getStorageTaskAssignments
StorageTaskAssignmentsClient getStorageTaskAssignments()Gets the StorageTaskAssignmentsClient object to access its operations.- Returns:
- the StorageTaskAssignmentsClient object.
-
getStorageTaskAssignmentsInstancesReports
StorageTaskAssignmentsInstancesReportsClient getStorageTaskAssignmentsInstancesReports()Gets the StorageTaskAssignmentsInstancesReportsClient object to access its operations.- Returns:
- the StorageTaskAssignmentsInstancesReportsClient object.
-
getStorageTaskAssignmentInstancesReports
StorageTaskAssignmentInstancesReportsClient getStorageTaskAssignmentInstancesReports()Gets the StorageTaskAssignmentInstancesReportsClient object to access its operations.- Returns:
- the StorageTaskAssignmentInstancesReportsClient object.
-