| 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 |
|---|---|
ContainerServiceMasterProfile |
ContainerServiceInner.masterProfile()
Get the masterProfile property: Profile for the container service master.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerServiceInner |
ContainerServiceInner.withMasterProfile(ContainerServiceMasterProfile masterProfile)
Set the masterProfile property: Profile for the container service master.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerServiceMasterProfile |
ContainerServiceMasterProfile.withCount(Count count)
Set the count property: Number of masters (VMs) in the container service cluster.
|
ContainerServiceMasterProfile |
ContainerServiceMasterProfile.withDnsPrefix(String dnsPrefix)
Set the dnsPrefix property: DNS prefix to be used to create the FQDN for the master pool.
|
ContainerServiceMasterProfile |
ContainerServiceMasterProfile.withFirstConsecutiveStaticIp(String firstConsecutiveStaticIp)
Set the firstConsecutiveStaticIp property: FirstConsecutiveStaticIP used to specify the first static ip of
masters.
|
ContainerServiceMasterProfile |
ContainerServiceMasterProfile.withOsDiskSizeGB(Integer osDiskSizeGB)
Set the osDiskSizeGB property: OS Disk Size in GB to be used to specify the disk size for every machine in this
master/agent pool.
|
ContainerServiceMasterProfile |
ContainerServiceMasterProfile.withStorageProfile(ContainerServiceStorageProfileTypes storageProfile)
Set the storageProfile property: Storage profile specifies what kind of storage used.
|
ContainerServiceMasterProfile |
ContainerServiceMasterProfile.withVmSize(ContainerServiceVMSizeTypes vmSize)
Set the vmSize property: Size of agent VMs.
|
ContainerServiceMasterProfile |
ContainerServiceMasterProfile.withVnetSubnetId(String vnetSubnetId)
Set the vnetSubnetId property: VNet SubnetID specifies the VNet's subnet identifier.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.