ConnectedCacheManager Class
- java.
lang. Object - com.
azure. resourcemanager. connectedcache. ConnectedCacheManager
- com.
public final class ConnectedCacheManager
Entry point to ConnectedCacheManager. Microsoft Connected Cache Rest Api version 2023-05-01-preview.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Connected |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Connected Cache service API entry point. |
|
static
Connected |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Connected Cache service API entry point. |
| static Configurable |
configure()
Gets a Configurable instance that can be used to create Connected |
|
Enterprise |
enterpriseMccCacheNodesOperations()
Gets the resource collection API of Enterprise |
|
Enterprise |
enterpriseMccCustomers()
Gets the resource collection API of Enterprise |
|
Isp |
ispCacheNodesOperations()
Gets the resource collection API of Isp |
|
Isp |
ispCustomers()
Gets the resource collection API of Isp |
| Operations |
operations()
Gets the resource collection API of Operations. |
|
Connected |
serviceClient()
Gets wrapped service client Connected |
Methods inherited from java.lang.Object
Method Details
authenticate
public static ConnectedCacheManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Connected Cache service API entry point.
Parameters:
Returns:
authenticate
public static ConnectedCacheManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Connected Cache service API entry point.
Parameters:
Returns:
configure
public static ConnectedCacheManager.Configurable configure()
Gets a Configurable instance that can be used to create ConnectedCacheManager with optional configuration.
Returns:
enterpriseMccCacheNodesOperations
public EnterpriseMccCacheNodesOperations enterpriseMccCacheNodesOperations()
Gets the resource collection API of EnterpriseMccCacheNodesOperations. It manages EnterpriseMccCacheNodeResource.
Returns:
enterpriseMccCustomers
public EnterpriseMccCustomers enterpriseMccCustomers()
Gets the resource collection API of EnterpriseMccCustomers. It manages EnterpriseMccCustomerResource.
Returns:
ispCacheNodesOperations
public IspCacheNodesOperations ispCacheNodesOperations()
Gets the resource collection API of IspCacheNodesOperations. It manages IspCacheNodeResource.
Returns:
ispCustomers
public IspCustomers ispCustomers()
Gets the resource collection API of IspCustomers. It manages IspCustomerResource.
Returns:
operations
public Operations operations()
Gets the resource collection API of Operations.
Returns:
serviceClient
public ConnectedCacheManagementClient serviceClient()
Gets wrapped service client ConnectedCacheManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.
Returns: