LargeInstanceManager Class

  • java.lang.Object
    • com.azure.resourcemanager.largeinstance.LargeInstanceManager

public final class LargeInstanceManager

Entry point to LargeInstanceManager. The AzureLargeInstance Management client.

Method Summary

Modifier and Type Method and Description
static LargeInstanceManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of Large Instance service API entry point.

static LargeInstanceManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of Large Instance service API entry point.

AzureLargeInstances azureLargeInstances()

Gets the resource collection API of AzureLargeInstances.

AzureLargeStorageInstances azureLargeStorageInstances()

Gets the resource collection API of AzureLargeStorageInstances.

static Configurable configure()

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

Operations operations()

Gets the resource collection API of Operations.

LargeInstanceMgmtClient serviceClient()

Gets wrapped service client LargeInstanceMgmtClient 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 LargeInstanceManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of Large Instance service API entry point.

Parameters:

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

Returns:

the Large Instance service API instance.

authenticate

public static LargeInstanceManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of Large Instance service API entry point.

Parameters:

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

Returns:

the Large Instance service API instance.

azureLargeInstances

public AzureLargeInstances azureLargeInstances()

Gets the resource collection API of AzureLargeInstances.

Returns:

Resource collection API of AzureLargeInstances.

azureLargeStorageInstances

public AzureLargeStorageInstances azureLargeStorageInstances()

Gets the resource collection API of AzureLargeStorageInstances.

Returns:

Resource collection API of AzureLargeStorageInstances.

configure

public static LargeInstanceManager.Configurable configure()

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

Returns:

the Configurable instance allowing configurations.

operations

public Operations operations()

Gets the resource collection API of Operations.

Returns:

Resource collection API of Operations.

serviceClient

public LargeInstanceMgmtClient serviceClient()

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

Returns:

Wrapped service client LargeInstanceMgmtClient.

Applies to