PredefinedAccelerators interface

Interface representing a PredefinedAccelerators.

Methods

beginDisable(string, string, string, string, PredefinedAcceleratorsDisableOptionalParams)

Disable predefined accelerator.

beginDisableAndWait(string, string, string, string, PredefinedAcceleratorsDisableOptionalParams)

Disable predefined accelerator.

beginEnable(string, string, string, string, PredefinedAcceleratorsEnableOptionalParams)

Enable predefined accelerator.

beginEnableAndWait(string, string, string, string, PredefinedAcceleratorsEnableOptionalParams)

Enable predefined accelerator.

get(string, string, string, string, PredefinedAcceleratorsGetOptionalParams)

Get the predefined accelerator.

list(string, string, string, PredefinedAcceleratorsListOptionalParams)

Handle requests to list all predefined accelerators.

Method Details

beginDisable(string, string, string, string, PredefinedAcceleratorsDisableOptionalParams)

Disable predefined accelerator.

function beginDisable(resourceGroupName: string, serviceName: string, applicationAcceleratorName: string, predefinedAcceleratorName: string, options?: PredefinedAcceleratorsDisableOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serviceName

string

The name of the Service resource.

applicationAcceleratorName

string

The name of the application accelerator.

predefinedAcceleratorName

string

The name of the predefined accelerator.

options
PredefinedAcceleratorsDisableOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDisableAndWait(string, string, string, string, PredefinedAcceleratorsDisableOptionalParams)

Disable predefined accelerator.

function beginDisableAndWait(resourceGroupName: string, serviceName: string, applicationAcceleratorName: string, predefinedAcceleratorName: string, options?: PredefinedAcceleratorsDisableOptionalParams): Promise<void>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serviceName

string

The name of the Service resource.

applicationAcceleratorName

string

The name of the application accelerator.

predefinedAcceleratorName

string

The name of the predefined accelerator.

options
PredefinedAcceleratorsDisableOptionalParams

The options parameters.

Returns

Promise<void>

beginEnable(string, string, string, string, PredefinedAcceleratorsEnableOptionalParams)

Enable predefined accelerator.

function beginEnable(resourceGroupName: string, serviceName: string, applicationAcceleratorName: string, predefinedAcceleratorName: string, options?: PredefinedAcceleratorsEnableOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serviceName

string

The name of the Service resource.

applicationAcceleratorName

string

The name of the application accelerator.

predefinedAcceleratorName

string

The name of the predefined accelerator.

options
PredefinedAcceleratorsEnableOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginEnableAndWait(string, string, string, string, PredefinedAcceleratorsEnableOptionalParams)

Enable predefined accelerator.

function beginEnableAndWait(resourceGroupName: string, serviceName: string, applicationAcceleratorName: string, predefinedAcceleratorName: string, options?: PredefinedAcceleratorsEnableOptionalParams): Promise<void>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serviceName

string

The name of the Service resource.

applicationAcceleratorName

string

The name of the application accelerator.

predefinedAcceleratorName

string

The name of the predefined accelerator.

options
PredefinedAcceleratorsEnableOptionalParams

The options parameters.

Returns

Promise<void>

get(string, string, string, string, PredefinedAcceleratorsGetOptionalParams)

Get the predefined accelerator.

function get(resourceGroupName: string, serviceName: string, applicationAcceleratorName: string, predefinedAcceleratorName: string, options?: PredefinedAcceleratorsGetOptionalParams): Promise<PredefinedAcceleratorResource>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serviceName

string

The name of the Service resource.

applicationAcceleratorName

string

The name of the application accelerator.

predefinedAcceleratorName

string

The name of the predefined accelerator.

options
PredefinedAcceleratorsGetOptionalParams

The options parameters.

Returns

list(string, string, string, PredefinedAcceleratorsListOptionalParams)

Handle requests to list all predefined accelerators.

function list(resourceGroupName: string, serviceName: string, applicationAcceleratorName: string, options?: PredefinedAcceleratorsListOptionalParams): PagedAsyncIterableIterator<PredefinedAcceleratorResource, PredefinedAcceleratorResource[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serviceName

string

The name of the Service resource.

applicationAcceleratorName

string

The name of the application accelerator.

options
PredefinedAcceleratorsListOptionalParams

The options parameters.

Returns