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

97 строки
7.1 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.containerservice.KubernetesClusterAgentPool"
fullName: "com.microsoft.azure.management.containerservice.KubernetesClusterAgentPool"
name: "KubernetesClusterAgentPool"
nameWithType: "KubernetesClusterAgentPool"
summary: "A client-side representation for a Kubernetes cluster agent pool."
syntax: "public interface **KubernetesClusterAgentPool**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource&text=ChildResource\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerservice.OrchestratorServiceBase?alt=com.microsoft.azure.management.containerservice.OrchestratorServiceBase&text=OrchestratorServiceBase\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerservice.ManagedClusterAgentPoolProfile?alt=com.microsoft.azure.management.containerservice.ManagedClusterAgentPoolProfile&text=ManagedClusterAgentPoolProfile\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.containerservice.KubernetesClusterAgentPool.count()"
fullName: "com.microsoft.azure.management.containerservice.KubernetesClusterAgentPool.count()"
name: "count()"
nameWithType: "KubernetesClusterAgentPool.count()"
modifiers:
- "abstract"
syntax: "public abstract int count()"
returns:
description: "the number of agents (virtual machines) to host docker containers"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.KubernetesClusterAgentPool.mode()"
fullName: "com.microsoft.azure.management.containerservice.KubernetesClusterAgentPool.mode()"
name: "mode()"
nameWithType: "KubernetesClusterAgentPool.mode()"
modifiers:
- "abstract"
syntax: "public abstract AgentPoolMode mode()"
returns:
description: "the mode of the agent pool"
type: "<xref href=\"com.microsoft.azure.management.containerservice.AgentPoolMode?alt=com.microsoft.azure.management.containerservice.AgentPoolMode&text=AgentPoolMode\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.KubernetesClusterAgentPool.networkId()"
fullName: "com.microsoft.azure.management.containerservice.KubernetesClusterAgentPool.networkId()"
name: "networkId()"
nameWithType: "KubernetesClusterAgentPool.networkId()"
modifiers:
- "abstract"
syntax: "public abstract String networkId()"
returns:
description: "the ID of the virtual network used by each virtual machine in the agent pool"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.KubernetesClusterAgentPool.osDiskSizeInGB()"
fullName: "com.microsoft.azure.management.containerservice.KubernetesClusterAgentPool.osDiskSizeInGB()"
name: "osDiskSizeInGB()"
nameWithType: "KubernetesClusterAgentPool.osDiskSizeInGB()"
modifiers:
- "abstract"
syntax: "public abstract int osDiskSizeInGB()"
returns:
description: "OS disk size in GB set for each virtual machine in the agent pool"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.KubernetesClusterAgentPool.osType()"
fullName: "com.microsoft.azure.management.containerservice.KubernetesClusterAgentPool.osType()"
name: "osType()"
nameWithType: "KubernetesClusterAgentPool.osType()"
modifiers:
- "abstract"
syntax: "public abstract OSType osType()"
returns:
description: "OS of each virtual machine in the agent pool"
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.KubernetesClusterAgentPool.subnetName()"
fullName: "com.microsoft.azure.management.containerservice.KubernetesClusterAgentPool.subnetName()"
name: "subnetName()"
nameWithType: "KubernetesClusterAgentPool.subnetName()"
modifiers:
- "abstract"
syntax: "public abstract String subnetName()"
returns:
description: "the name of the subnet used by each virtual machine in the agent pool"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.KubernetesClusterAgentPool.type()"
fullName: "com.microsoft.azure.management.containerservice.KubernetesClusterAgentPool.type()"
name: "type()"
nameWithType: "KubernetesClusterAgentPool.type()"
modifiers:
- "abstract"
syntax: "public abstract AgentPoolType type()"
returns:
description: "agent pool type"
type: "<xref href=\"com.microsoft.azure.management.containerservice.AgentPoolType?alt=com.microsoft.azure.management.containerservice.AgentPoolType&text=AgentPoolType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.KubernetesClusterAgentPool.vmSize()"
fullName: "com.microsoft.azure.management.containerservice.KubernetesClusterAgentPool.vmSize()"
name: "vmSize()"
nameWithType: "KubernetesClusterAgentPool.vmSize()"
modifiers:
- "abstract"
syntax: "public abstract ContainerServiceVMSizeTypes vmSize()"
returns:
description: "size of each agent virtual machine in the agent pool"
type: "<xref href=\"com.microsoft.azure.management.containerservice.ContainerServiceVMSizeTypes?alt=com.microsoft.azure.management.containerservice.ContainerServiceVMSizeTypes&text=ContainerServiceVMSizeTypes\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "A client-side representation for a Kubernetes cluster agent pool."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource&text=ChildResource\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerservice.OrchestratorServiceBase?alt=com.microsoft.azure.management.containerservice.OrchestratorServiceBase&text=OrchestratorServiceBase\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerservice.ManagedClusterAgentPoolProfile?alt=com.microsoft.azure.management.containerservice.ManagedClusterAgentPoolProfile&text=ManagedClusterAgentPoolProfile\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.containerservice"
artifact: com.microsoft.azure:azure-mgmt-containerservice:1.41.4