Package | Description |
---|---|
com.azure.resourcemanager.compute.fluent |
Package containing the service clients for ComputeManagementClient.
|
com.azure.resourcemanager.compute.fluent.models |
Package containing the inner data models for ComputeManagementClient.
|
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 for custom clusters.
|
ContainerServiceInner |
ContainerServiceInner.withDiagnosticsProfile(ContainerServiceDiagnosticsProfile diagnosticsProfile)
Set the diagnosticsProfile property: Properties of the diagnostic agent.
|
ContainerServiceInner |
ContainerServiceInner.withLinuxProfile(ContainerServiceLinuxProfile linuxProfile)
Set the linuxProfile property: Properties of Linux VMs.
|
ContainerServiceInner |
ContainerServiceInner.withMasterProfile(ContainerServiceMasterProfile masterProfile)
Set the masterProfile property: Properties of master agents.
|
ContainerServiceInner |
ContainerServiceInner.withOrchestratorProfile(ContainerServiceOrchestratorProfile orchestratorProfile)
Set the orchestratorProfile property: Properties of the orchestrator.
|
ContainerServiceInner |
ContainerServiceInner.withServicePrincipalProfile(ContainerServicePrincipalProfile servicePrincipalProfile)
Set the servicePrincipalProfile property: Properties for cluster service principals.
|
ContainerServiceInner |
ContainerServiceInner.withWindowsProfile(ContainerServiceWindowsProfile windowsProfile)
Set the windowsProfile property: Properties of Windows VMs.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.