Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MsixPackages

Package version

Interface representing a MsixPackages.

Hierarchy

  • MsixPackages

Implemented by

Index

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

  • Update 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: MsixPackagesUpdateOptionalParams

      The options parameters.

    Returns Promise<MsixPackagesUpdateResponse>

Generated using TypeDoc