Package | Description |
---|---|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Field and Description |
---|---|
static ContainerServiceMasterProfileCount |
ContainerServiceMasterProfileCount.FIVE
Static value 5 for ContainerServiceMasterProfileCount.
|
static ContainerServiceMasterProfileCount |
ContainerServiceMasterProfileCount.ONE
Static value 1 for ContainerServiceMasterProfileCount.
|
static ContainerServiceMasterProfileCount |
ContainerServiceMasterProfileCount.THREE
Static value 3 for ContainerServiceMasterProfileCount.
|
Modifier and Type | Method and Description |
---|---|
ContainerServiceMasterProfileCount |
ContainerServiceMasterProfile.count()
Get the count property: Number of masters (VMs) in the container service cluster.
|
static ContainerServiceMasterProfileCount |
ContainerServiceMasterProfileCount.fromInt(int name)
Creates or finds a ContainerServiceMasterProfileCount from its string representation.
|
Modifier and Type | Method and Description |
---|---|
ContainerServiceMasterProfile |
ContainerServiceMasterProfile.withCount(ContainerServiceMasterProfileCount count)
Set the count property: Number of masters (VMs) in the container service cluster.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.