ConnectedCacheManager Class

  • java.lang.Object
    • com.azure.resourcemanager.connectedcache.ConnectedCacheManager

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 ConnectedCacheManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of Connected Cache service API entry point.

static ConnectedCacheManager 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 ConnectedCacheManager with optional configuration.

EnterpriseMccCacheNodesOperations enterpriseMccCacheNodesOperations()

Gets the resource collection API of EnterpriseMccCacheNodesOperations.

EnterpriseMccCustomers enterpriseMccCustomers()

Gets the resource collection API of EnterpriseMccCustomers.

IspCacheNodesOperations ispCacheNodesOperations()

Gets the resource collection API of IspCacheNodesOperations.

IspCustomers ispCustomers()

Gets the resource collection API of IspCustomers.

Operations operations()

Gets the resource collection API of Operations.

ConnectedCacheManagementClient serviceClient()

Gets wrapped service client ConnectedCacheManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

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:

httpPipeline - the HttpPipeline configured with Azure authentication credential.
profile - the Azure profile for client.

Returns:

the Connected Cache service API instance.

authenticate

public static ConnectedCacheManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of Connected Cache service API entry point.

Parameters:

credential - the credential to use.
profile - the Azure profile for client.

Returns:

the Connected Cache service API instance.

configure

public static ConnectedCacheManager.Configurable configure()

Gets a Configurable instance that can be used to create ConnectedCacheManager with optional configuration.

Returns:

the Configurable instance allowing configurations.

enterpriseMccCacheNodesOperations

public EnterpriseMccCacheNodesOperations enterpriseMccCacheNodesOperations()

Gets the resource collection API of EnterpriseMccCacheNodesOperations. It manages EnterpriseMccCacheNodeResource.

Returns:

Resource collection API of EnterpriseMccCacheNodesOperations.

enterpriseMccCustomers

public EnterpriseMccCustomers enterpriseMccCustomers()

Gets the resource collection API of EnterpriseMccCustomers. It manages EnterpriseMccCustomerResource.

Returns:

Resource collection API of EnterpriseMccCustomers.

ispCacheNodesOperations

public IspCacheNodesOperations ispCacheNodesOperations()

Gets the resource collection API of IspCacheNodesOperations. It manages IspCacheNodeResource.

Returns:

Resource collection API of IspCacheNodesOperations.

ispCustomers

public IspCustomers ispCustomers()

Gets the resource collection API of IspCustomers. It manages IspCustomerResource.

Returns:

Resource collection API of IspCustomers.

operations

public Operations operations()

Gets the resource collection API of Operations.

Returns:

Resource collection API of Operations.

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:

Wrapped service client ConnectedCacheManagementClient.

Applies to