Argomento precedente: IsResourceExists

Argomento successivo: IsResourceExistsInResourceVersion

IsResourceExistsInTime

Description

This method checks whether the resource committed as effective is in the given timeframe.

Syntax

IsResourceExistsInTime (ResourceName, EffectiveDate)

Parameters

Name

Type

Description

EffectiveDate

string

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

ResourceName

string

The name of the resource.

Return Value

True if the resource committed as effective is in the given timeframe, False if it is not.

Remarks

This method fails if the resource does not exist.