Changes interface

Interface representing a Changes.

Methods

get(string, string, string, string, string, ChangesGetOptionalParams)

Obtains the specified change resource for the target resource

list(string, string, string, string, ChangesListOptionalParams)

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

Method Details

get(string, string, string, string, string, ChangesGetOptionalParams)

Obtains the specified change resource for the target resource

function get(resourceGroupName: string, resourceProviderNamespace: string, resourceType: string, resourceName: string, changeResourceId: string, options?: ChangesGetOptionalParams): Promise<ChangeResourceResult>

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

options
ChangesGetOptionalParams

The options parameters.

Returns

list(string, string, string, string, ChangesListOptionalParams)

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

function list(resourceGroupName: string, resourceProviderNamespace: string, resourceType: string, resourceName: string, options?: ChangesListOptionalParams): PagedAsyncIterableIterator<ChangeResourceResult, ChangeResourceResult[], PageSettings>

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.

options
ChangesListOptionalParams

The options parameters.

Returns