ArmAppPlatformModelFactory.BuildServiceAgentPoolSizeProperties 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 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET