다음을 통해 공유


ArmAppPlatformModelFactory.BuildServiceAgentPoolSizeProperties Method

Definition

Initializes a new instance of BuildServiceAgentPoolSizeProperties.

public static Azure.ResourceManager.AppPlatform.Models.BuildServiceAgentPoolSizeProperties BuildServiceAgentPoolSizeProperties (string name = default, string cpu = default, string memory = default);
static member BuildServiceAgentPoolSizeProperties : string * string * string -> Azure.ResourceManager.AppPlatform.Models.BuildServiceAgentPoolSizeProperties
Public Shared Function BuildServiceAgentPoolSizeProperties (Optional name As String = Nothing, Optional cpu As String = Nothing, Optional memory As String = Nothing) As BuildServiceAgentPoolSizeProperties

Parameters

name
String

The name of build service agent pool size.

cpu
String

The cpu property of build service agent pool size.

memory
String

The memory property of build service agent pool size.

Returns

A new BuildServiceAgentPoolSizeProperties instance for mocking.

Applies to