Private/Types/validators/RDMOApplyLicenseResult.generated.ps1
using namespace System.Management.Automation class RDMOApplyLicenseResultValidator : IValidateSetValuesGenerator { [string[]]GetValidValues() { return ('InvalidLicense', 'Success', 'AlreadyUsed', 'Expired', 'Error', 'TrialNotValid', 'MaximumReached') } } |