| Package | Description |
|---|---|
| com.azure.resourcemanager.containerservice.fluent.models |
Package containing the inner data models for ContainerServiceManagementClient.
|
| com.azure.resourcemanager.containerservice.models |
Package containing the data models for ContainerServiceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
OpenShiftManagedClusterMasterPoolProfile |
OpenShiftManagedClusterInner.masterPoolProfile()
Get the masterPoolProfile property: Configuration for OpenShift master VMs.
|
| Modifier and Type | Method and Description |
|---|---|
OpenShiftManagedClusterInner |
OpenShiftManagedClusterInner.withMasterPoolProfile(OpenShiftManagedClusterMasterPoolProfile masterPoolProfile)
Set the masterPoolProfile property: Configuration for OpenShift master VMs.
|
| Modifier and Type | Method and Description |
|---|---|
OpenShiftManagedClusterMasterPoolProfile |
OpenShiftManagedClusterMasterPoolProfile.withCount(int count)
Set the count property: Number of masters (VMs) to host docker containers.
|
OpenShiftManagedClusterMasterPoolProfile |
OpenShiftManagedClusterMasterPoolProfile.withName(String name)
Set the name property: Unique name of the master pool profile in the context of the subscription and resource
group.
|
OpenShiftManagedClusterMasterPoolProfile |
OpenShiftManagedClusterMasterPoolProfile.withOsType(OSType osType)
Set the osType property: OsType to be used to specify os type.
|
OpenShiftManagedClusterMasterPoolProfile |
OpenShiftManagedClusterMasterPoolProfile.withSubnetCidr(String subnetCidr)
Set the subnetCidr property: Subnet CIDR for the peering.
|
OpenShiftManagedClusterMasterPoolProfile |
OpenShiftManagedClusterMasterPoolProfile.withVmSize(OpenShiftContainerServiceVMSize vmSize)
Set the vmSize property: Size of agent VMs.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.