com.azure.resourcemanager.storage.fluent.StorageManagementClient Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-resourcemanager-storage Show documentation
Show all versions of azure-resourcemanager-storage Show documentation
This package contains Microsoft Azure Storage Management SDK.
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.storage.fluent;
import com.azure.core.http.HttpPipeline;
import java.time.Duration;
/**
* The interface for StorageManagementClient class.
*/
public interface StorageManagementClient {
/**
* Gets The ID of the target subscription.
*
* @return the subscriptionId value.
*/
String getSubscriptionId();
/**
* Gets server parameter.
*
* @return the endpoint value.
*/
String getEndpoint();
/**
* Gets Api Version.
*
* @return the apiVersion value.
*/
String getApiVersion();
/**
* Gets The HTTP pipeline to send requests through.
*
* @return the httpPipeline value.
*/
HttpPipeline getHttpPipeline();
/**
* Gets The default poll interval for long-running operation.
*
* @return the defaultPollInterval value.
*/
Duration getDefaultPollInterval();
/**
* Gets the BlobServicesClient object to access its operations.
*
* @return the BlobServicesClient object.
*/
BlobServicesClient getBlobServices();
/**
* Gets the BlobContainersClient object to access its operations.
*
* @return the BlobContainersClient object.
*/
BlobContainersClient getBlobContainers();
/**
* Gets the FileServicesClient object to access its operations.
*
* @return the FileServicesClient object.
*/
FileServicesClient getFileServices();
/**
* Gets the FileSharesClient object to access its operations.
*
* @return the FileSharesClient object.
*/
FileSharesClient getFileShares();
/**
* Gets the QueueServicesClient object to access its operations.
*
* @return the QueueServicesClient object.
*/
QueueServicesClient getQueueServices();
/**
* Gets the QueuesClient object to access its operations.
*
* @return the QueuesClient object.
*/
QueuesClient getQueues();
/**
* Gets the OperationsClient object to access its operations.
*
* @return the OperationsClient object.
*/
OperationsClient getOperations();
/**
* Gets the SkusClient object to access its operations.
*
* @return the SkusClient object.
*/
SkusClient getSkus();
/**
* Gets the StorageAccountsClient object to access its operations.
*
* @return the StorageAccountsClient object.
*/
StorageAccountsClient getStorageAccounts();
/**
* Gets the DeletedAccountsClient object to access its operations.
*
* @return the DeletedAccountsClient object.
*/
DeletedAccountsClient getDeletedAccounts();
/**
* Gets the UsagesClient object to access its operations.
*
* @return the UsagesClient object.
*/
UsagesClient getUsages();
/**
* Gets the ManagementPoliciesClient object to access its operations.
*
* @return the ManagementPoliciesClient object.
*/
ManagementPoliciesClient getManagementPolicies();
/**
* Gets the BlobInventoryPoliciesClient object to access its operations.
*
* @return the BlobInventoryPoliciesClient object.
*/
BlobInventoryPoliciesClient getBlobInventoryPolicies();
/**
* Gets the PrivateEndpointConnectionsClient object to access its operations.
*
* @return the PrivateEndpointConnectionsClient object.
*/
PrivateEndpointConnectionsClient getPrivateEndpointConnections();
/**
* Gets the PrivateLinkResourcesClient object to access its operations.
*
* @return the PrivateLinkResourcesClient object.
*/
PrivateLinkResourcesClient getPrivateLinkResources();
/**
* Gets the ObjectReplicationPoliciesOperationsClient object to access its operations.
*
* @return the ObjectReplicationPoliciesOperationsClient object.
*/
ObjectReplicationPoliciesOperationsClient getObjectReplicationPoliciesOperations();
/**
* Gets the LocalUsersOperationsClient object to access its operations.
*
* @return the LocalUsersOperationsClient object.
*/
LocalUsersOperationsClient getLocalUsersOperations();
/**
* Gets the EncryptionScopesClient object to access its operations.
*
* @return the EncryptionScopesClient object.
*/
EncryptionScopesClient getEncryptionScopes();
/**
* Gets the TableServicesClient object to access its operations.
*
* @return the TableServicesClient object.
*/
TableServicesClient getTableServices();
/**
* Gets the TablesClient object to access its operations.
*
* @return the TablesClient object.
*/
TablesClient getTables();
/**
* Gets the NetworkSecurityPerimeterConfigurationsClient object to access its operations.
*
* @return the NetworkSecurityPerimeterConfigurationsClient object.
*/
NetworkSecurityPerimeterConfigurationsClient getNetworkSecurityPerimeterConfigurations();
/**
* Gets the StorageTaskAssignmentsClient object to access its operations.
*
* @return the StorageTaskAssignmentsClient object.
*/
StorageTaskAssignmentsClient getStorageTaskAssignments();
/**
* Gets the StorageTaskAssignmentsInstancesReportsClient object to access its operations.
*
* @return the StorageTaskAssignmentsInstancesReportsClient object.
*/
StorageTaskAssignmentsInstancesReportsClient getStorageTaskAssignmentsInstancesReports();
/**
* Gets the StorageTaskAssignmentInstancesReportsClient object to access its operations.
*
* @return the StorageTaskAssignmentInstancesReportsClient object.
*/
StorageTaskAssignmentInstancesReportsClient getStorageTaskAssignmentInstancesReports();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy