ArmAppPlatformModelFactory.AppPlatformBuildServiceResourceRequirements Method

Definition

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.

Applies to