Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MachineExtensionsImpl

Package version

Class containing MachineExtensions operations.

Hierarchy

  • MachineExtensionsImpl

Implements

Index

Constructors

constructor

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, machineName: string, extensionName: string, options?: MachineExtensionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • The operation to delete the extension.

    Parameters

    • resourceGroupName: string

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

    • machineName: string

      The name of the machine where the extension should be deleted.

    • extensionName: string

      The name of the machine extension.

    • Optional options: MachineExtensionsDeleteOptionalParams

      The options parameters.

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

beginDeleteAndWait

beginUpdate

beginUpdateAndWait

get

list

Generated using TypeDoc