Package version:

Interface Changes

Interface representing a Changes.

Hierarchy

  • Changes

Methods

Methods

  • Obtains the specified change resource for the target resource

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • resourceProviderNamespace: string

      The name of the resource provider namespace.

    • resourceType: string

      The name of the resource type.

    • resourceName: string

      The name of the resource.

    • changeResourceId: string

      The ID of the change resource

    • Optional options: ChangesGetOptionalParams

      The options parameters.

    Returns Promise<ChangeResourceResult>

  • Obtains a list of change resources from the past 14 days for the target resource

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • resourceProviderNamespace: string

      The name of the resource provider namespace.

    • resourceType: string

      The name of the resource type.

    • resourceName: string

      The name of the resource.

    • Optional options: ChangesListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<ChangeResourceResult>

Generated using TypeDoc