StorageManagementClient Interface
public interface StorageManagementClient
The interface for StorageManagementClient class.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
getApiVersion()
Gets Api Version. |
abstract
Blob |
getBlobContainers()
Gets the Blob |
abstract
Blob |
getBlobInventoryPolicies()
Gets the Blob |
abstract
Blob |
getBlobServices()
Gets the Blob |
abstract Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation. |
abstract
Deleted |
getDeletedAccounts()
Gets the Deleted |
abstract
Encryption |
getEncryptionScopes()
Gets the Encryption |
abstract String |
getEndpoint()
Gets server parameter. |
abstract
File |
getFileServices()
Gets the File |
abstract
File |
getFileShares()
Gets the File |
abstract
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
abstract
Local |
getLocalUsersOperations()
Gets the Local |
abstract
Management |
getManagementPolicies()
Gets the Management |
abstract
Network |
getNetworkSecurityPerimeterConfigurations()
Gets the Network |
abstract
Object |
getObjectReplicationPoliciesOperations()
Gets the Object |
abstract
Operations |
getOperations()
Gets the Operations |
abstract
Private |
getPrivateEndpointConnections()
Gets the Private |
abstract
Private |
getPrivateLinkResources()
Gets the Private |
abstract
Queue |
getQueueServices()
Gets the Queue |
abstract
Queues |
getQueues()
Gets the Queues |
abstract
Skus |
getSkus()
Gets the Skus |
abstract
Storage |
getStorageAccounts()
Gets the Storage |
abstract
Storage |
getStorageTaskAssignmentInstancesReports()
Gets the Storage |
abstract
Storage |
getStorageTaskAssignments()
Gets the Storage |
abstract
Storage |
getStorageTaskAssignmentsInstancesReports()
Gets the Storage |
abstract String |
getSubscriptionId()
Gets The ID of the target subscription. |
abstract
Table |
getTableServices()
Gets the Table |
abstract
Tables |
getTables()
Gets the Tables |
abstract
Usages |
getUsages()
Gets the Usages |
Method Details
getApiVersion
public abstract String getApiVersion()
Gets Api Version.
Returns:
getBlobContainers
public abstract BlobContainersClient getBlobContainers()
Gets the BlobContainersClient object to access its operations.
Returns:
getBlobInventoryPolicies
public abstract BlobInventoryPoliciesClient getBlobInventoryPolicies()
Gets the BlobInventoryPoliciesClient object to access its operations.
Returns:
getBlobServices
public abstract BlobServicesClient getBlobServices()
Gets the BlobServicesClient object to access its operations.
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.
Returns:
getDeletedAccounts
public abstract DeletedAccountsClient getDeletedAccounts()
Gets the DeletedAccountsClient object to access its operations.
Returns:
getEncryptionScopes
public abstract EncryptionScopesClient getEncryptionScopes()
Gets the EncryptionScopesClient object to access its operations.
Returns:
getEndpoint
public abstract String getEndpoint()
Gets server parameter.
Returns:
getFileServices
public abstract FileServicesClient getFileServices()
Gets the FileServicesClient object to access its operations.
Returns:
getFileShares
public abstract FileSharesClient getFileShares()
Gets the FileSharesClient object to access its operations.
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getLocalUsersOperations
public abstract LocalUsersOperationsClient getLocalUsersOperations()
Gets the LocalUsersOperationsClient object to access its operations.
Returns:
getManagementPolicies
public abstract ManagementPoliciesClient getManagementPolicies()
Gets the ManagementPoliciesClient object to access its operations.
Returns:
getNetworkSecurityPerimeterConfigurations
public abstract NetworkSecurityPerimeterConfigurationsClient getNetworkSecurityPerimeterConfigurations()
Gets the NetworkSecurityPerimeterConfigurationsClient object to access its operations.
Returns:
getObjectReplicationPoliciesOperations
public abstract ObjectReplicationPoliciesOperationsClient getObjectReplicationPoliciesOperations()
Gets the ObjectReplicationPoliciesOperationsClient object to access its operations.
Returns:
getOperations
public abstract OperationsClient getOperations()
Gets the OperationsClient object to access its operations.
Returns:
getPrivateEndpointConnections
public abstract PrivateEndpointConnectionsClient getPrivateEndpointConnections()
Gets the PrivateEndpointConnectionsClient object to access its operations.
Returns:
getPrivateLinkResources
public abstract PrivateLinkResourcesClient getPrivateLinkResources()
Gets the PrivateLinkResourcesClient object to access its operations.
Returns:
getQueueServices
public abstract QueueServicesClient getQueueServices()
Gets the QueueServicesClient object to access its operations.
Returns:
getQueues
public abstract QueuesClient getQueues()
Gets the QueuesClient object to access its operations.
Returns:
getSkus
public abstract SkusClient getSkus()
Gets the SkusClient object to access its operations.
Returns:
getStorageAccounts
public abstract StorageAccountsClient getStorageAccounts()
Gets the StorageAccountsClient object to access its operations.
Returns:
getStorageTaskAssignmentInstancesReports
public abstract StorageTaskAssignmentInstancesReportsClient getStorageTaskAssignmentInstancesReports()
Gets the StorageTaskAssignmentInstancesReportsClient object to access its operations.
Returns:
getStorageTaskAssignments
public abstract StorageTaskAssignmentsClient getStorageTaskAssignments()
Gets the StorageTaskAssignmentsClient object to access its operations.
Returns:
getStorageTaskAssignmentsInstancesReports
public abstract StorageTaskAssignmentsInstancesReportsClient getStorageTaskAssignmentsInstancesReports()
Gets the StorageTaskAssignmentsInstancesReportsClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets The ID of the target subscription.
Returns:
getTableServices
public abstract TableServicesClient getTableServices()
Gets the TableServicesClient object to access its operations.
Returns:
getTables
public abstract TablesClient getTables()
Gets the TablesClient object to access its operations.
Returns:
getUsages
public abstract UsagesClient getUsages()
Gets the UsagesClient object to access its operations.
Returns:
Applies to
Azure SDK for Java