Touchstone Re 2023 API Reference
ResourceAllocations Property (Role)


Air.Services.Proxy Assembly > AIR.Services.Security.Data Namespace > Role Class : ResourceAllocations Property
Contains a list of ResourceAllocation objects that define the HPC (High Performance Computing) resource allocation for this role.
Syntax
Public Property ResourceAllocations As List(Of ResourceAllocation)
Dim instance As Role
Dim value As List(Of ResourceAllocation)
 
instance.ResourceAllocations = value
 
value = instance.ResourceAllocations
public List<ResourceAllocation> ResourceAllocations {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Role Class
Role Members