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

262 строки
29 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile"
fullName: "com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile"
name: "ContainerServiceAgentPoolProfile"
nameWithType: "ContainerServiceAgentPoolProfile"
summary: "Profile for the container service agent pool."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **ContainerServiceAgentPoolProfile**"
constructors:
- uid: "com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile.ContainerServiceAgentPoolProfile()"
fullName: "com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile.ContainerServiceAgentPoolProfile()"
name: "ContainerServiceAgentPoolProfile()"
nameWithType: "ContainerServiceAgentPoolProfile.ContainerServiceAgentPoolProfile()"
syntax: "public ContainerServiceAgentPoolProfile()"
methods:
- uid: "com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile.count()"
fullName: "com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile.count()"
name: "count()"
nameWithType: "ContainerServiceAgentPoolProfile.count()"
summary: "Get number of agents (VMs) to host docker containers."
syntax: "public Integer count()"
desc: "Get number of agents (VMs) to host docker containers. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1."
returns:
description: "the count value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile.dnsPrefix()"
fullName: "com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile.dnsPrefix()"
name: "dnsPrefix()"
nameWithType: "ContainerServiceAgentPoolProfile.dnsPrefix()"
summary: "Get dNS prefix to be used to create the FQDN for the agent pool."
syntax: "public String dnsPrefix()"
desc: "Get dNS prefix to be used to create the FQDN for the agent pool."
returns:
description: "the dnsPrefix value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile.fqdn()"
fullName: "com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile.fqdn()"
name: "fqdn()"
nameWithType: "ContainerServiceAgentPoolProfile.fqdn()"
summary: "Get fQDN for the agent pool."
syntax: "public String fqdn()"
desc: "Get fQDN for the agent pool."
returns:
description: "the fqdn value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile.name()"
fullName: "com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile.name()"
name: "name()"
nameWithType: "ContainerServiceAgentPoolProfile.name()"
summary: "Get unique name of the agent pool profile in the context of the subscription and resource group."
syntax: "public String name()"
desc: "Get unique name of the agent pool profile in the context of the subscription and resource group."
returns:
description: "the name value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile.osDiskSizeGB()"
fullName: "com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile.osDiskSizeGB()"
name: "osDiskSizeGB()"
nameWithType: "ContainerServiceAgentPoolProfile.osDiskSizeGB()"
summary: "Get oS Disk Size in GB to be used to specify the disk size for every machine in this master/agent pool."
syntax: "public Integer osDiskSizeGB()"
desc: "Get oS Disk Size in GB to be used to specify the disk size for every machine in this master/agent pool. If you specify 0, it will apply the default osDisk size according to the vmSize specified."
returns:
description: "the osDiskSizeGB value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile.osType()"
fullName: "com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile.osType()"
name: "osType()"
nameWithType: "ContainerServiceAgentPoolProfile.osType()"
summary: "Get os<wbr>Type to be used to specify os type."
syntax: "public OSType osType()"
desc: "Get osType to be used to specify os type. Choose from Linux and Windows. Default to Linux. Possible values include: 'Linux', 'Windows'."
returns:
description: "the osType value"
type: "<xref href=\"com.microsoft.azure.management.containerservice.OSType?alt=com.microsoft.azure.management.containerservice.OSType&text=OSType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile.ports()"
fullName: "com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile.ports()"
name: "ports()"
nameWithType: "ContainerServiceAgentPoolProfile.ports()"
summary: "Get ports number array used to expose on this agent pool."
syntax: "public List<Integer> ports()"
desc: "Get ports number array used to expose on this agent pool. The default opened ports are different based on your choice of orchestrator."
returns:
description: "the ports value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile.storageProfile()"
fullName: "com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile.storageProfile()"
name: "storageProfile()"
nameWithType: "ContainerServiceAgentPoolProfile.storageProfile()"
summary: "Get storage profile specifies what kind of storage used."
syntax: "public ContainerServiceStorageProfileTypes storageProfile()"
desc: "Get storage profile specifies what kind of storage used. Choose from StorageAccount and ManagedDisks. Leave it empty, we will choose for you based on the orchestrator choice. Possible values include: 'StorageAccount', 'ManagedDisks'."
returns:
description: "the storageProfile value"
type: "<xref href=\"com.microsoft.azure.management.containerservice.ContainerServiceStorageProfileTypes?alt=com.microsoft.azure.management.containerservice.ContainerServiceStorageProfileTypes&text=ContainerServiceStorageProfileTypes\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile.vmSize()"
fullName: "com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile.vmSize()"
name: "vmSize()"
nameWithType: "ContainerServiceAgentPoolProfile.vmSize()"
summary: "Get size of agent VMs."
syntax: "public ContainerServiceVMSizeTypes vmSize()"
desc: "Get size of agent VMs. Possible values include: 'Standard\\_A1', 'Standard\\_A10', 'Standard\\_A11', 'Standard\\_A1\\_v2', 'Standard\\_A2', 'Standard\\_A2\\_v2', 'Standard\\_A2m\\_v2', 'Standard\\_A3', 'Standard\\_A4', 'Standard\\_A4\\_v2', 'Standard\\_A4m\\_v2', 'Standard\\_A5', 'Standard\\_A6', 'Standard\\_A7', 'Standard\\_A8', 'Standard\\_A8\\_v2', 'Standard\\_A8m\\_v2', 'Standard\\_A9', 'Standard\\_B2ms', 'Standard\\_B2s', 'Standard\\_B4ms', 'Standard\\_B8ms', 'Standard\\_D1', 'Standard\\_D11', 'Standard\\_D11\\_v2', 'Standard\\_D11\\_v2\\_Promo', 'Standard\\_D12', 'Standard\\_D12\\_v2', 'Standard\\_D12\\_v2\\_Promo', 'Standard\\_D13', 'Standard\\_D13\\_v2', 'Standard\\_D13\\_v2\\_Promo', 'Standard\\_D14', 'Standard\\_D14\\_v2', 'Standard\\_D14\\_v2\\_Promo', 'Standard\\_D15\\_v2', 'Standard\\_D16\\_v3', 'Standard\\_D16s\\_v3', 'Standard\\_D1\\_v2', 'Standard\\_D2', 'Standard\\_D2\\_v2', 'Standard\\_D2\\_v2\\_Promo', 'Standard\\_D2\\_v3', 'Standard\\_D2s\\_v3', 'Standard\\_D3', 'Standard\\_D32\\_v3', 'Standard\\_D32s\\_v3', 'Standard\\_D3\\_v2', 'Standard\\_D3\\_v2\\_Promo', 'Standard\\_D4', 'Standard\\_D4\\_v2', 'Standard\\_D4\\_v2\\_Promo', 'Standard\\_D4\\_v3', 'Standard\\_D4s\\_v3', 'Standard\\_D5\\_v2', 'Standard\\_D5\\_v2\\_Promo', 'Standard\\_D64\\_v3', 'Standard\\_D64s\\_v3', 'Standard\\_D8\\_v3', 'Standard\\_D8s\\_v3', 'Standard\\_DS1', 'Standard\\_DS11', 'Standard\\_DS11\\_v2', 'Standard\\_DS11\\_v2\\_Promo', 'Standard\\_DS12', 'Standard\\_DS12\\_v2', 'Standard\\_DS12\\_v2\\_Promo', 'Standard\\_DS13', 'Standard\\_DS13-2\\_v2', 'Standard\\_DS13-4\\_v2', 'Standard\\_DS13\\_v2', 'Standard\\_DS13\\_v2\\_Promo', 'Standard\\_DS14', 'Standard\\_DS14-4\\_v2', 'Standard\\_DS14-8\\_v2', 'Standard\\_DS14\\_v2', 'Standard\\_DS14\\_v2\\_Promo', 'Standard\\_DS15\\_v2', 'Standard\\_DS1\\_v2', 'Standard\\_DS2', 'Standard\\_DS2\\_v2', 'Standard\\_DS2\\_v2\\_Promo', 'Standard\\_DS3', 'Standard\\_DS3\\_v2', 'Standard\\_DS3\\_v2\\_Promo', 'Standard\\_DS4', 'Standard\\_DS4\\_v2', 'Standard\\_DS4\\_v2\\_Promo', 'Standard\\_DS5\\_v2', 'Standard\\_DS5\\_v2\\_Promo', 'Standard\\_E16\\_v3', 'Standard\\_E16s\\_v3', 'Standard\\_E2\\_v3', 'Standard\\_E2s\\_v3', 'Standard\\_E32-16s\\_v3', 'Standard\\_E32-8s\\_v3', 'Standard\\_E32\\_v3', 'Standard\\_E32s\\_v3', 'Standard\\_E4\\_v3', 'Standard\\_E4s\\_v3', 'Standard\\_E64-16s\\_v3', 'Standard\\_E64-32s\\_v3', 'Standard\\_E64\\_v3', 'Standard\\_E64s\\_v3', 'Standard\\_E8\\_v3', 'Standard\\_E8s\\_v3', 'Standard\\_F1', 'Standard\\_F16', 'Standard\\_F16s', 'Standard\\_F16s\\_v2', 'Standard\\_F1s', 'Standard\\_F2', 'Standard\\_F2s', 'Standard\\_F2s\\_v2', 'Standard\\_F32s\\_v2', 'Standard\\_F4', 'Standard\\_F4s', 'Standard\\_F4s\\_v2', 'Standard\\_F64s\\_v2', 'Standard\\_F72s\\_v2', 'Standard\\_F8', 'Standard\\_F8s', 'Standard\\_F8s\\_v2', 'Standard\\_G1', 'Standard\\_G2', 'Standard\\_G3', 'Standard\\_G4', 'Standard\\_G5', 'Standard\\_GS1', 'Standard\\_GS2', 'Standard\\_GS3', 'Standard\\_GS4', 'Standard\\_GS4-4', 'Standard\\_GS4-8', 'Standard\\_GS5', 'Standard\\_GS5-16', 'Standard\\_GS5-8', 'Standard\\_H16', 'Standard\\_H16m', 'Standard\\_H16mr', 'Standard\\_H16r', 'Standard\\_H8', 'Standard\\_H8m', 'Standard\\_L16s', 'Standard\\_L32s', 'Standard\\_L4s', 'Standard\\_L8s', 'Standard\\_M128-32ms', 'Standard\\_M128-64ms', 'Standard\\_M128ms', 'Standard\\_M128s', 'Standard\\_M64-16ms', 'Standard\\_M64-32ms', 'Standard\\_M64ms', 'Standard\\_M64s', 'Standard\\_NC12', 'Standard\\_NC12s\\_v2', 'Standard\\_NC12s\\_v3', 'Standard\\_NC24', 'Standard\\_NC24r', 'Standard\\_NC24rs\\_v2', 'Standard\\_NC24rs\\_v3', 'Standard\\_NC24s\\_v2', 'Standard\\_NC24s\\_v3', 'Standard\\_NC6', 'Standard\\_NC6s\\_v2', 'Standard\\_NC6s\\_v3', 'Standard\\_ND12s', 'Standard\\_ND24rs', 'Standard\\_ND24s', 'Standard\\_ND6s', 'Standard\\_NV12', 'Standard\\_NV24', 'Standard\\_NV6'."
returns:
description: "the vmSize value"
type: "<xref href=\"com.microsoft.azure.management.containerservice.ContainerServiceVMSizeTypes?alt=com.microsoft.azure.management.containerservice.ContainerServiceVMSizeTypes&text=ContainerServiceVMSizeTypes\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile.vnetSubnetID()"
fullName: "com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile.vnetSubnetID()"
name: "vnetSubnetID()"
nameWithType: "ContainerServiceAgentPoolProfile.vnetSubnetID()"
summary: "Get v<wbr>Net SubnetID specifies the VNet's subnet identifier."
syntax: "public String vnetSubnetID()"
desc: "Get vNet SubnetID specifies the VNet's subnet identifier."
returns:
description: "the vnetSubnetID value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile.withCount(java.lang.Integer)"
fullName: "com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile.withCount(Integer count)"
name: "withCount(Integer count)"
nameWithType: "ContainerServiceAgentPoolProfile.withCount(Integer count)"
summary: "Set number of agents (VMs) to host docker containers."
parameters:
- description: "the count value to set"
name: "count"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ContainerServiceAgentPoolProfile withCount(Integer count)"
desc: "Set number of agents (VMs) to host docker containers. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1."
returns:
description: "the ContainerServiceAgentPoolProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile?alt=com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile&text=ContainerServiceAgentPoolProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile.withDnsPrefix(java.lang.String)"
fullName: "com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile.withDnsPrefix(String dnsPrefix)"
name: "withDnsPrefix(String dnsPrefix)"
nameWithType: "ContainerServiceAgentPoolProfile.withDnsPrefix(String dnsPrefix)"
summary: "Set dNS prefix to be used to create the FQDN for the agent pool."
parameters:
- description: "the dnsPrefix value to set"
name: "dnsPrefix"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ContainerServiceAgentPoolProfile withDnsPrefix(String dnsPrefix)"
desc: "Set dNS prefix to be used to create the FQDN for the agent pool."
returns:
description: "the ContainerServiceAgentPoolProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile?alt=com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile&text=ContainerServiceAgentPoolProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile.withName(String name)"
name: "withName(String name)"
nameWithType: "ContainerServiceAgentPoolProfile.withName(String name)"
summary: "Set unique name of the agent pool profile in the context of the subscription and resource group."
parameters:
- description: "the name value to set"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ContainerServiceAgentPoolProfile withName(String name)"
desc: "Set unique name of the agent pool profile in the context of the subscription and resource group."
returns:
description: "the ContainerServiceAgentPoolProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile?alt=com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile&text=ContainerServiceAgentPoolProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile.withOsDiskSizeGB(java.lang.Integer)"
fullName: "com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile.withOsDiskSizeGB(Integer osDiskSizeGB)"
name: "withOsDiskSizeGB(Integer osDiskSizeGB)"
nameWithType: "ContainerServiceAgentPoolProfile.withOsDiskSizeGB(Integer osDiskSizeGB)"
summary: "Set oS Disk Size in GB to be used to specify the disk size for every machine in this master/agent pool."
parameters:
- description: "the osDiskSizeGB value to set"
name: "osDiskSizeGB"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ContainerServiceAgentPoolProfile withOsDiskSizeGB(Integer osDiskSizeGB)"
desc: "Set oS Disk Size in GB to be used to specify the disk size for every machine in this master/agent pool. If you specify 0, it will apply the default osDisk size according to the vmSize specified."
returns:
description: "the ContainerServiceAgentPoolProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile?alt=com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile&text=ContainerServiceAgentPoolProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile.withOsType(com.microsoft.azure.management.containerservice.OSType)"
fullName: "com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile.withOsType(OSType osType)"
name: "withOsType(OSType osType)"
nameWithType: "ContainerServiceAgentPoolProfile.withOsType(OSType osType)"
summary: "Set os<wbr>Type to be used to specify os type."
parameters:
- description: "the osType value to set"
name: "osType"
type: "<xref href=\"com.microsoft.azure.management.containerservice.OSType?alt=com.microsoft.azure.management.containerservice.OSType&text=OSType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ContainerServiceAgentPoolProfile withOsType(OSType osType)"
desc: "Set osType to be used to specify os type. Choose from Linux and Windows. Default to Linux. Possible values include: 'Linux', 'Windows'."
returns:
description: "the ContainerServiceAgentPoolProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile?alt=com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile&text=ContainerServiceAgentPoolProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile.withPorts(java.util.List<java.lang.Integer>)"
fullName: "com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile.withPorts(List<Integer> ports)"
name: "withPorts(List<Integer> ports)"
nameWithType: "ContainerServiceAgentPoolProfile.withPorts(List<Integer> ports)"
summary: "Set ports number array used to expose on this agent pool."
parameters:
- description: "the ports value to set"
name: "ports"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public ContainerServiceAgentPoolProfile withPorts(List<Integer> ports)"
desc: "Set ports number array used to expose on this agent pool. The default opened ports are different based on your choice of orchestrator."
returns:
description: "the ContainerServiceAgentPoolProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile?alt=com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile&text=ContainerServiceAgentPoolProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile.withStorageProfile(com.microsoft.azure.management.containerservice.ContainerServiceStorageProfileTypes)"
fullName: "com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile.withStorageProfile(ContainerServiceStorageProfileTypes storageProfile)"
name: "withStorageProfile(ContainerServiceStorageProfileTypes storageProfile)"
nameWithType: "ContainerServiceAgentPoolProfile.withStorageProfile(ContainerServiceStorageProfileTypes storageProfile)"
summary: "Set storage profile specifies what kind of storage used."
parameters:
- description: "the storageProfile value to set"
name: "storageProfile"
type: "<xref href=\"com.microsoft.azure.management.containerservice.ContainerServiceStorageProfileTypes?alt=com.microsoft.azure.management.containerservice.ContainerServiceStorageProfileTypes&text=ContainerServiceStorageProfileTypes\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ContainerServiceAgentPoolProfile withStorageProfile(ContainerServiceStorageProfileTypes storageProfile)"
desc: "Set storage profile specifies what kind of storage used. Choose from StorageAccount and ManagedDisks. Leave it empty, we will choose for you based on the orchestrator choice. Possible values include: 'StorageAccount', 'ManagedDisks'."
returns:
description: "the ContainerServiceAgentPoolProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile?alt=com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile&text=ContainerServiceAgentPoolProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile.withVmSize(com.microsoft.azure.management.containerservice.ContainerServiceVMSizeTypes)"
fullName: "com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile.withVmSize(ContainerServiceVMSizeTypes vmSize)"
name: "withVmSize(ContainerServiceVMSizeTypes vmSize)"
nameWithType: "ContainerServiceAgentPoolProfile.withVmSize(ContainerServiceVMSizeTypes vmSize)"
summary: "Set size of agent VMs."
parameters:
- description: "the vmSize value to set"
name: "vmSize"
type: "<xref href=\"com.microsoft.azure.management.containerservice.ContainerServiceVMSizeTypes?alt=com.microsoft.azure.management.containerservice.ContainerServiceVMSizeTypes&text=ContainerServiceVMSizeTypes\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ContainerServiceAgentPoolProfile withVmSize(ContainerServiceVMSizeTypes vmSize)"
desc: "Set size of agent VMs. Possible values include: 'Standard\\_A1', 'Standard\\_A10', 'Standard\\_A11', 'Standard\\_A1\\_v2', 'Standard\\_A2', 'Standard\\_A2\\_v2', 'Standard\\_A2m\\_v2', 'Standard\\_A3', 'Standard\\_A4', 'Standard\\_A4\\_v2', 'Standard\\_A4m\\_v2', 'Standard\\_A5', 'Standard\\_A6', 'Standard\\_A7', 'Standard\\_A8', 'Standard\\_A8\\_v2', 'Standard\\_A8m\\_v2', 'Standard\\_A9', 'Standard\\_B2ms', 'Standard\\_B2s', 'Standard\\_B4ms', 'Standard\\_B8ms', 'Standard\\_D1', 'Standard\\_D11', 'Standard\\_D11\\_v2', 'Standard\\_D11\\_v2\\_Promo', 'Standard\\_D12', 'Standard\\_D12\\_v2', 'Standard\\_D12\\_v2\\_Promo', 'Standard\\_D13', 'Standard\\_D13\\_v2', 'Standard\\_D13\\_v2\\_Promo', 'Standard\\_D14', 'Standard\\_D14\\_v2', 'Standard\\_D14\\_v2\\_Promo', 'Standard\\_D15\\_v2', 'Standard\\_D16\\_v3', 'Standard\\_D16s\\_v3', 'Standard\\_D1\\_v2', 'Standard\\_D2', 'Standard\\_D2\\_v2', 'Standard\\_D2\\_v2\\_Promo', 'Standard\\_D2\\_v3', 'Standard\\_D2s\\_v3', 'Standard\\_D3', 'Standard\\_D32\\_v3', 'Standard\\_D32s\\_v3', 'Standard\\_D3\\_v2', 'Standard\\_D3\\_v2\\_Promo', 'Standard\\_D4', 'Standard\\_D4\\_v2', 'Standard\\_D4\\_v2\\_Promo', 'Standard\\_D4\\_v3', 'Standard\\_D4s\\_v3', 'Standard\\_D5\\_v2', 'Standard\\_D5\\_v2\\_Promo', 'Standard\\_D64\\_v3', 'Standard\\_D64s\\_v3', 'Standard\\_D8\\_v3', 'Standard\\_D8s\\_v3', 'Standard\\_DS1', 'Standard\\_DS11', 'Standard\\_DS11\\_v2', 'Standard\\_DS11\\_v2\\_Promo', 'Standard\\_DS12', 'Standard\\_DS12\\_v2', 'Standard\\_DS12\\_v2\\_Promo', 'Standard\\_DS13', 'Standard\\_DS13-2\\_v2', 'Standard\\_DS13-4\\_v2', 'Standard\\_DS13\\_v2', 'Standard\\_DS13\\_v2\\_Promo', 'Standard\\_DS14', 'Standard\\_DS14-4\\_v2', 'Standard\\_DS14-8\\_v2', 'Standard\\_DS14\\_v2', 'Standard\\_DS14\\_v2\\_Promo', 'Standard\\_DS15\\_v2', 'Standard\\_DS1\\_v2', 'Standard\\_DS2', 'Standard\\_DS2\\_v2', 'Standard\\_DS2\\_v2\\_Promo', 'Standard\\_DS3', 'Standard\\_DS3\\_v2', 'Standard\\_DS3\\_v2\\_Promo', 'Standard\\_DS4', 'Standard\\_DS4\\_v2', 'Standard\\_DS4\\_v2\\_Promo', 'Standard\\_DS5\\_v2', 'Standard\\_DS5\\_v2\\_Promo', 'Standard\\_E16\\_v3', 'Standard\\_E16s\\_v3', 'Standard\\_E2\\_v3', 'Standard\\_E2s\\_v3', 'Standard\\_E32-16s\\_v3', 'Standard\\_E32-8s\\_v3', 'Standard\\_E32\\_v3', 'Standard\\_E32s\\_v3', 'Standard\\_E4\\_v3', 'Standard\\_E4s\\_v3', 'Standard\\_E64-16s\\_v3', 'Standard\\_E64-32s\\_v3', 'Standard\\_E64\\_v3', 'Standard\\_E64s\\_v3', 'Standard\\_E8\\_v3', 'Standard\\_E8s\\_v3', 'Standard\\_F1', 'Standard\\_F16', 'Standard\\_F16s', 'Standard\\_F16s\\_v2', 'Standard\\_F1s', 'Standard\\_F2', 'Standard\\_F2s', 'Standard\\_F2s\\_v2', 'Standard\\_F32s\\_v2', 'Standard\\_F4', 'Standard\\_F4s', 'Standard\\_F4s\\_v2', 'Standard\\_F64s\\_v2', 'Standard\\_F72s\\_v2', 'Standard\\_F8', 'Standard\\_F8s', 'Standard\\_F8s\\_v2', 'Standard\\_G1', 'Standard\\_G2', 'Standard\\_G3', 'Standard\\_G4', 'Standard\\_G5', 'Standard\\_GS1', 'Standard\\_GS2', 'Standard\\_GS3', 'Standard\\_GS4', 'Standard\\_GS4-4', 'Standard\\_GS4-8', 'Standard\\_GS5', 'Standard\\_GS5-16', 'Standard\\_GS5-8', 'Standard\\_H16', 'Standard\\_H16m', 'Standard\\_H16mr', 'Standard\\_H16r', 'Standard\\_H8', 'Standard\\_H8m', 'Standard\\_L16s', 'Standard\\_L32s', 'Standard\\_L4s', 'Standard\\_L8s', 'Standard\\_M128-32ms', 'Standard\\_M128-64ms', 'Standard\\_M128ms', 'Standard\\_M128s', 'Standard\\_M64-16ms', 'Standard\\_M64-32ms', 'Standard\\_M64ms', 'Standard\\_M64s', 'Standard\\_NC12', 'Standard\\_NC12s\\_v2', 'Standard\\_NC12s\\_v3', 'Standard\\_NC24', 'Standard\\_NC24r', 'Standard\\_NC24rs\\_v2', 'Standard\\_NC24rs\\_v3', 'Standard\\_NC24s\\_v2', 'Standard\\_NC24s\\_v3', 'Standard\\_NC6', 'Standard\\_NC6s\\_v2', 'Standard\\_NC6s\\_v3', 'Standard\\_ND12s', 'Standard\\_ND24rs', 'Standard\\_ND24s', 'Standard\\_ND6s', 'Standard\\_NV12', 'Standard\\_NV24', 'Standard\\_NV6'."
returns:
description: "the ContainerServiceAgentPoolProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile?alt=com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile&text=ContainerServiceAgentPoolProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile.withVnetSubnetID(java.lang.String)"
fullName: "com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile.withVnetSubnetID(String vnetSubnetID)"
name: "withVnetSubnetID(String vnetSubnetID)"
nameWithType: "ContainerServiceAgentPoolProfile.withVnetSubnetID(String vnetSubnetID)"
summary: "Set v<wbr>Net SubnetID specifies the VNet's subnet identifier."
parameters:
- description: "the vnetSubnetID value to set"
name: "vnetSubnetID"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ContainerServiceAgentPoolProfile withVnetSubnetID(String vnetSubnetID)"
desc: "Set vNet SubnetID specifies the VNet's subnet identifier."
returns:
description: "the ContainerServiceAgentPoolProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile?alt=com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile&text=ContainerServiceAgentPoolProfile\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Profile for the container service agent pool."
metadata: {}
package: "com.microsoft.azure.management.containerservice"
artifact: com.microsoft.azure:azure-mgmt-containerservice:1.41.4