ArmAppPlatformModelFactory.AppPlatformBuildServiceAgentPoolProperties Method

Definition

Initializes a new instance of AppPlatformBuildServiceAgentPoolProperties.

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

Parameters

provisioningState
String

Provisioning state of the build service agent pool.

poolSize
BuildServiceAgentPoolSizeProperties

build service agent pool size properties.

Returns

A new AppPlatformBuildServiceAgentPoolProperties instance for mocking.

Applies to