PredefinedAccelerators interface
Interface representing a PredefinedAccelerators.
Methods
begin |
Disable predefined accelerator. |
begin |
Disable predefined accelerator. |
begin |
Enable predefined accelerator. |
begin |
Enable predefined accelerator. |
get(string, string, string, string, Predefined |
Get the predefined accelerator. |
list(string, string, string, Predefined |
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.
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.
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.
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.
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.
The options parameters.
Returns
Promise<PredefinedAcceleratorResource>
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.
The options parameters.