com.azure.resourcemanager.storagecache.fluent.StorageCacheManagementClient Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-resourcemanager-storagecache Show documentation
Show all versions of azure-resourcemanager-storagecache Show documentation
This package contains Microsoft Azure SDK for StorageCache Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Azure Managed Lustre provides a fully managed Lustre® file system, integrated with Blob storage, for use on demand. These operations create and manage Azure Managed Lustre file systems. Package tag package-2024-03.
The newest version!
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.storagecache.fluent;
import com.azure.core.http.HttpPipeline;
import java.time.Duration;
/**
* The interface for StorageCacheManagementClient class.
*/
public interface StorageCacheManagementClient {
/**
* 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 AmlFilesystemsClient object to access its operations.
*
* @return the AmlFilesystemsClient object.
*/
AmlFilesystemsClient getAmlFilesystems();
/**
* Gets the ImportJobsClient object to access its operations.
*
* @return the ImportJobsClient object.
*/
ImportJobsClient getImportJobs();
/**
* Gets the ResourceProvidersClient object to access its operations.
*
* @return the ResourceProvidersClient object.
*/
ResourceProvidersClient getResourceProviders();
/**
* 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 UsageModelsClient object to access its operations.
*
* @return the UsageModelsClient object.
*/
UsageModelsClient getUsageModels();
/**
* Gets the AscOperationsClient object to access its operations.
*
* @return the AscOperationsClient object.
*/
AscOperationsClient getAscOperations();
/**
* Gets the AscUsagesClient object to access its operations.
*
* @return the AscUsagesClient object.
*/
AscUsagesClient getAscUsages();
/**
* Gets the CachesClient object to access its operations.
*
* @return the CachesClient object.
*/
CachesClient getCaches();
/**
* Gets the StorageTargetsClient object to access its operations.
*
* @return the StorageTargetsClient object.
*/
StorageTargetsClient getStorageTargets();
/**
* Gets the StorageTargetOperationsClient object to access its operations.
*
* @return the StorageTargetOperationsClient object.
*/
StorageTargetOperationsClient getStorageTargetOperations();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy