public class ContainerServiceInner
extends com.azure.core.management.Resource
Constructor and Description |
---|
ContainerServiceInner() |
Modifier and Type | Method and Description |
---|---|
List<ContainerServiceAgentPoolProfile> |
agentPoolProfiles()
Get the agentPoolProfiles property: Properties of the agent pool.
|
ContainerServiceCustomProfile |
customProfile()
Get the customProfile property: Properties for custom clusters.
|
ContainerServiceDiagnosticsProfile |
diagnosticsProfile()
Get the diagnosticsProfile property: Properties of the diagnostic agent.
|
ContainerServiceLinuxProfile |
linuxProfile()
Get the linuxProfile property: Properties of Linux VMs.
|
ContainerServiceMasterProfile |
masterProfile()
Get the masterProfile property: Properties of master agents.
|
ContainerServiceOrchestratorProfile |
orchestratorProfile()
Get the orchestratorProfile property: Properties of the orchestrator.
|
String |
provisioningState()
Get the provisioningState property: the current deployment or provisioning state, which only appears in the
response.
|
ContainerServicePrincipalProfile |
servicePrincipalProfile()
Get the servicePrincipalProfile property: Properties for cluster service principals.
|
void |
validate()
Validates the instance.
|
ContainerServiceWindowsProfile |
windowsProfile()
Get the windowsProfile property: Properties of Windows VMs.
|
ContainerServiceInner |
withAgentPoolProfiles(List<ContainerServiceAgentPoolProfile> agentPoolProfiles)
Set the agentPoolProfiles property: Properties of the agent pool.
|
ContainerServiceInner |
withCustomProfile(ContainerServiceCustomProfile customProfile)
Set the customProfile property: Properties for custom clusters.
|
ContainerServiceInner |
withDiagnosticsProfile(ContainerServiceDiagnosticsProfile diagnosticsProfile)
Set the diagnosticsProfile property: Properties of the diagnostic agent.
|
ContainerServiceInner |
withLinuxProfile(ContainerServiceLinuxProfile linuxProfile)
Set the linuxProfile property: Properties of Linux VMs.
|
ContainerServiceInner |
withMasterProfile(ContainerServiceMasterProfile masterProfile)
Set the masterProfile property: Properties of master agents.
|
ContainerServiceInner |
withOrchestratorProfile(ContainerServiceOrchestratorProfile orchestratorProfile)
Set the orchestratorProfile property: Properties of the orchestrator.
|
ContainerServiceInner |
withServicePrincipalProfile(ContainerServicePrincipalProfile servicePrincipalProfile)
Set the servicePrincipalProfile property: Properties for cluster service principals.
|
ContainerServiceInner |
withWindowsProfile(ContainerServiceWindowsProfile windowsProfile)
Set the windowsProfile property: Properties of Windows VMs.
|
public String provisioningState()
public ContainerServiceOrchestratorProfile orchestratorProfile()
public ContainerServiceInner withOrchestratorProfile(ContainerServiceOrchestratorProfile orchestratorProfile)
orchestratorProfile
- the orchestratorProfile value to set.public ContainerServiceCustomProfile customProfile()
public ContainerServiceInner withCustomProfile(ContainerServiceCustomProfile customProfile)
customProfile
- the customProfile value to set.public ContainerServicePrincipalProfile servicePrincipalProfile()
public ContainerServiceInner withServicePrincipalProfile(ContainerServicePrincipalProfile servicePrincipalProfile)
servicePrincipalProfile
- the servicePrincipalProfile value to set.public ContainerServiceMasterProfile masterProfile()
public ContainerServiceInner withMasterProfile(ContainerServiceMasterProfile masterProfile)
masterProfile
- the masterProfile value to set.public List<ContainerServiceAgentPoolProfile> agentPoolProfiles()
public ContainerServiceInner withAgentPoolProfiles(List<ContainerServiceAgentPoolProfile> agentPoolProfiles)
agentPoolProfiles
- the agentPoolProfiles value to set.public ContainerServiceWindowsProfile windowsProfile()
public ContainerServiceInner withWindowsProfile(ContainerServiceWindowsProfile windowsProfile)
windowsProfile
- the windowsProfile value to set.public ContainerServiceLinuxProfile linuxProfile()
public ContainerServiceInner withLinuxProfile(ContainerServiceLinuxProfile linuxProfile)
linuxProfile
- the linuxProfile value to set.public ContainerServiceDiagnosticsProfile diagnosticsProfile()
public ContainerServiceInner withDiagnosticsProfile(ContainerServiceDiagnosticsProfile diagnosticsProfile)
diagnosticsProfile
- the diagnosticsProfile value to set.public void validate()
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.