ArmAppPlatformModelFactory.AppPlatformBuildServiceAgentPoolProperties 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 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.