Vorheriges Thema: GetResourceGroupDetails

Nächstes Thema: GetResourceGroupGeneralDetails

GetResourceGroupDetailsByDate

Description

The method returns a map with the resource group details.

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

Syntax

GetResourceGroupDetailsByDate (ResourceGroupName, EffectiveDate, CommittedOnly)

Parameters

Name

Type

Description

ResourceGroupName

string

 

EffectiveDate

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 GetResourceGroupDetails.

Remarks

This method fails if the resource group does not exist.