ArmAppPlatformModelFactory.AppPlatformBuildServiceResourceRequirements Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of AppPlatformBuildServiceResourceRequirements.
public static Azure.ResourceManager.AppPlatform.Models.AppPlatformBuildServiceResourceRequirements AppPlatformBuildServiceResourceRequirements (string cpu = default, string memory = default);
static member AppPlatformBuildServiceResourceRequirements : string * string -> Azure.ResourceManager.AppPlatform.Models.AppPlatformBuildServiceResourceRequirements
Public Shared Function AppPlatformBuildServiceResourceRequirements (Optional cpu As String = Nothing, Optional memory As String = Nothing) As AppPlatformBuildServiceResourceRequirements
Parameters
- cpu
- String
vCPU allocated to the entire build service node pool.
- memory
- String
Memory allocated to the entire build service node pool.
Returns
A new AppPlatformBuildServiceResourceRequirements instance for mocking.