Rubrique précédente: GetResourceDetails

Rubrique suivante: GetResourceGeneralDetails

GetResourceDetailsByDate

Description

The method returns a map with the resource details.

This method returns the resource details true to the given date. If the third parameter is false, it contains uncommitted changes as well. The returned map is the resource details map as given by GetResourceDetails.

Syntax

GetResourceDetailsByDate (ResourceName, Date, CommittedOnly)

Parameters

Name

Type

Description

ResourceName

string

The name of the resource.

Date

string

Represents date in the script’s time zone. It can contain hours, minutes, and seconds.

CommittedOnly

Boolean

This parameter is optional.

The default is False.

When True, only committed values are retrieved.

When False, get value and consider uncommitted values.

Return Value

See GetResourceDetails

Note: GetResourceDetailsByDate returns the values of the function GetResourceGroupDetails, but without the ChangeSetName.

Remarks

Each entry in each internal map contains the object name in the key and in the value.

This method fails if the resource and/or the change set do not exist.