Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Appliances

Package version

Interface representing a Appliances.

Hierarchy

  • Appliances

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, resourceName: string, options?: AppliancesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Deletes an Appliance with the specified Resource Name, Resource Group, and Subscription Id.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • resourceName: string

      Appliances name.

    • Optional options: AppliancesDeleteOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

beginDeleteAndWait

  • Deletes an Appliance with the specified Resource Name, Resource Group, and Subscription Id.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • resourceName: string

      Appliances name.

    • Optional options: AppliancesDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

get

getUpgradeGraph

listByResourceGroup

listBySubscription

listClusterCustomerUserCredential

listClusterUserCredential

listOperations

update

Generated using TypeDoc