public static interface ContainerService.DefinitionStages.WithMasterVMSize
| Modifier and Type | Method and Description |
|---|---|
ContainerService.DefinitionStages.WithCreate |
withMasterVMSize(ContainerServiceVMSizeTypes vmSize)
Specifies the size of the master VMs, default set to "Standard_D2_v2".
|
ContainerService.DefinitionStages.WithCreate withMasterVMSize(ContainerServiceVMSizeTypes vmSize)
vmSize - the size of the VM/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/