| Package | Description |
|---|---|
| com.azure.resourcemanager.containerservice.fluent |
Package containing the service clients for ContainerServiceManagementClient.
|
| com.azure.resourcemanager.containerservice.fluent.models |
Package containing the inner data models for ContainerServiceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerServiceInner |
ContainerServicesClient.createOrUpdate(String resourceGroupName,
String containerServiceName,
ContainerServiceInner parameters)
Creates or updates a container service with the specified configuration of orchestrator, masters, and agents.
|
ContainerServiceInner |
ContainerServicesClient.createOrUpdate(String resourceGroupName,
String containerServiceName,
ContainerServiceInner parameters,
com.azure.core.util.Context context)
Creates or updates a container service with the specified configuration of orchestrator, masters, and agents.
|
ContainerServiceInner |
ContainerServicesClient.getByResourceGroup(String resourceGroupName,
String containerServiceName)
Gets the properties of the specified container service in the specified subscription and resource group.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ContainerServiceInner>,ContainerServiceInner> |
ContainerServicesClient.beginCreateOrUpdate(String resourceGroupName,
String containerServiceName,
ContainerServiceInner parameters)
Creates or updates a container service with the specified configuration of orchestrator, masters, and agents.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ContainerServiceInner>,ContainerServiceInner> |
ContainerServicesClient.beginCreateOrUpdate(String resourceGroupName,
String containerServiceName,
ContainerServiceInner parameters,
com.azure.core.util.Context context)
Creates or updates a container service with the specified configuration of orchestrator, masters, and agents.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ContainerServiceInner>,ContainerServiceInner> |
ContainerServicesClient.beginCreateOrUpdateAsync(String resourceGroupName,
String containerServiceName,
ContainerServiceInner parameters)
Creates or updates a container service with the specified configuration of orchestrator, masters, and agents.
|
ContainerServiceInner |
ContainerServicesClient.createOrUpdate(String resourceGroupName,
String containerServiceName,
ContainerServiceInner parameters)
Creates or updates a container service with the specified configuration of orchestrator, masters, and agents.
|
ContainerServiceInner |
ContainerServicesClient.createOrUpdate(String resourceGroupName,
String containerServiceName,
ContainerServiceInner parameters,
com.azure.core.util.Context context)
Creates or updates a container service with the specified configuration of orchestrator, masters, and agents.
|
Mono<ContainerServiceInner> |
ContainerServicesClient.createOrUpdateAsync(String resourceGroupName,
String containerServiceName,
ContainerServiceInner parameters)
Creates or updates a container service with the specified configuration of orchestrator, masters, and agents.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
ContainerServicesClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String containerServiceName,
ContainerServiceInner parameters)
Creates or updates a container service with the specified configuration of orchestrator, masters, and agents.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerServiceInner |
ContainerServiceInner.withAgentPoolProfiles(List<ContainerServiceAgentPoolProfile> agentPoolProfiles)
Set the agentPoolProfiles property: Properties of the agent pool.
|
ContainerServiceInner |
ContainerServiceInner.withCustomProfile(ContainerServiceCustomProfile customProfile)
Set the customProfile property: Properties to configure a custom container service cluster.
|
ContainerServiceInner |
ContainerServiceInner.withDiagnosticsProfile(ContainerServiceDiagnosticsProfile diagnosticsProfile)
Set the diagnosticsProfile property: Profile for diagnostics in the container service cluster.
|
ContainerServiceInner |
ContainerServiceInner.withLinuxProfile(ContainerServiceLinuxProfile linuxProfile)
Set the linuxProfile property: Profile for Linux VMs in the container service cluster.
|
ContainerServiceInner |
ContainerServiceInner.withMasterProfile(ContainerServiceMasterProfile masterProfile)
Set the masterProfile property: Profile for the container service master.
|
ContainerServiceInner |
ContainerServiceInner.withOrchestratorProfile(ContainerServiceOrchestratorProfile orchestratorProfile)
Set the orchestratorProfile property: Profile for the container service orchestrator.
|
ContainerServiceInner |
ContainerServiceInner.withServicePrincipalProfile(ContainerServicePrincipalProfile servicePrincipalProfile)
Set the servicePrincipalProfile property: Information about a service principal identity for the cluster to use
for manipulating Azure APIs.
|
ContainerServiceInner |
ContainerServiceInner.withWindowsProfile(ContainerServiceWindowsProfile windowsProfile)
Set the windowsProfile property: Profile for Windows VMs in the container service cluster.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.