Cloud Foundry User-Provided-Service Parser from VCAP_SERVICES or files
UpsEnvParserUpsExists Method |
Is this UPS in the collection?
Namespace: BlitzkriegSoftware.PCF.CFEnvParser
Assembly: BlitzkriegSoftware.PCF.CFEnvParser (in BlitzkriegSoftware.PCF.CFEnvParser.dll) Version: 1.0.0
Syntax
C#
public bool UpsExists( string upsName )
Parameters
- upsName
- Type: SystemString
Name of UPS
Return Value
Type: BooleanTrue if so
See Also