azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

33 строки
2.9 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.containerservice.KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolVirtualMachineCount"
fullName: "com.microsoft.azure.management.containerservice.KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolVirtualMachineCount<ParentT>"
name: "KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolVirtualMachineCount<ParentT>"
nameWithType: "KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolVirtualMachineCount<ParentT>"
summary: "The stage of a container service agent pool definition allowing to specify the number of agents (Virtual Machines) to host docker containers."
syntax: "public static interface **KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolVirtualMachineCount<ParentT>**"
methods:
- uid: "com.microsoft.azure.management.containerservice.KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolVirtualMachineCount.withAgentPoolVirtualMachineCount(int)"
fullName: "com.microsoft.azure.management.containerservice.KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolVirtualMachineCount<ParentT>.withAgentPoolVirtualMachineCount(int count)"
name: "withAgentPoolVirtualMachineCount(int count)"
nameWithType: "KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolVirtualMachineCount<ParentT>.withAgentPoolVirtualMachineCount(int count)"
summary: "Specifies the number of agents (Virtual Machines) to host docker containers."
modifiers:
- "abstract"
parameters:
- description: "the number of agents (VMs) to host docker containers. Allowed values must be in the range\n of 1 to 100 (inclusive); the default value is 1."
name: "count"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> withAgentPoolVirtualMachineCount(int count)"
desc: "Specifies the number of agents (Virtual Machines) to host docker containers."
returns:
description: "the next stage of the definition"
type: "<xref href=\"com.microsoft.azure.management.containerservice.KubernetesClusterAgentPool.DefinitionStages.WithAttach?alt=com.microsoft.azure.management.containerservice.KubernetesClusterAgentPool.DefinitionStages.WithAttach&text=WithAttach\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
typeParameters:
- description: "the stage of the container service definition to return to after attaching this definition"
name: "ParentT"
desc: "The stage of a container service agent pool definition allowing to specify the number of agents (Virtual Machines) to host docker containers.\n\nAllowed values must be in the range of 1 to 100 (inclusive); the default value is 1."
metadata: {}
package: "com.microsoft.azure.management.containerservice"
artifact: com.microsoft.azure:azure-mgmt-containerservice:1.41.4