Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MsixPackagesImpl

Package version

Class containing MsixPackages operations.

Hierarchy

  • MsixPackagesImpl

Implements

Index

Constructors

constructor

Methods

createOrUpdate

delete

  • Remove an MSIX Package.

    Parameters

    • resourceGroupName: string

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

    • hostPoolName: string

      The name of the host pool within the specified resource group

    • msixPackageFullName: string

      The version specific package full name of the MSIX package within specified hostpool

    • Optional options: MsixPackagesDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

get

  • Get a msixpackage.

    Parameters

    • resourceGroupName: string

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

    • hostPoolName: string

      The name of the host pool within the specified resource group

    • msixPackageFullName: string

      The version specific package full name of the MSIX package within specified hostpool

    • Optional options: MsixPackagesGetOptionalParams

      The options parameters.

    Returns Promise<MsixPackagesGetResponse>

list

update

Generated using TypeDoc