| Package | Description |
|---|---|
| com.azure.resourcemanager.containerservice.models |
Package containing the data models for ContainerServiceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
Count |
ContainerServiceMasterProfile.count()
Get the count property: Number of masters (VMs) in the container service cluster.
|
static Count |
Count.fromInt(int value)
Parses a serialized value to a Count instance.
|
static Count |
Count.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Count[] |
Count.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerServiceMasterProfile |
ContainerServiceMasterProfile.withCount(Count count)
Set the count property: Number of masters (VMs) in the container service cluster.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.