| 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 |
|---|---|
OpenShiftManagedClusterInner |
OpenShiftManagedClustersClient.createOrUpdate(String resourceGroupName,
String resourceName,
OpenShiftManagedClusterInner parameters)
Creates or updates a OpenShift managed cluster with the specified configuration for agents and OpenShift version.
|
OpenShiftManagedClusterInner |
OpenShiftManagedClustersClient.createOrUpdate(String resourceGroupName,
String resourceName,
OpenShiftManagedClusterInner parameters,
com.azure.core.util.Context context)
Creates or updates a OpenShift managed cluster with the specified configuration for agents and OpenShift version.
|
OpenShiftManagedClusterInner |
OpenShiftManagedClustersClient.getByResourceGroup(String resourceGroupName,
String resourceName)
Gets the details of the managed OpenShift cluster with a specified resource group and name.
|
OpenShiftManagedClusterInner |
OpenShiftManagedClustersClient.updateTags(String resourceGroupName,
String resourceName)
Updates an OpenShift managed cluster with the specified tags.
|
OpenShiftManagedClusterInner |
OpenShiftManagedClustersClient.updateTags(String resourceGroupName,
String resourceName,
Map<String,String> tags)
Updates an OpenShift managed cluster with the specified tags.
|
OpenShiftManagedClusterInner |
OpenShiftManagedClustersClient.updateTags(String resourceGroupName,
String resourceName,
Map<String,String> tags,
com.azure.core.util.Context context)
Updates an OpenShift managed cluster with the specified tags.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OpenShiftManagedClusterInner>,OpenShiftManagedClusterInner> |
OpenShiftManagedClustersClient.beginCreateOrUpdate(String resourceGroupName,
String resourceName,
OpenShiftManagedClusterInner parameters)
Creates or updates a OpenShift managed cluster with the specified configuration for agents and OpenShift version.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OpenShiftManagedClusterInner>,OpenShiftManagedClusterInner> |
OpenShiftManagedClustersClient.beginCreateOrUpdate(String resourceGroupName,
String resourceName,
OpenShiftManagedClusterInner parameters,
com.azure.core.util.Context context)
Creates or updates a OpenShift managed cluster with the specified configuration for agents and OpenShift version.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<OpenShiftManagedClusterInner>,OpenShiftManagedClusterInner> |
OpenShiftManagedClustersClient.beginCreateOrUpdateAsync(String resourceGroupName,
String resourceName,
OpenShiftManagedClusterInner parameters)
Creates or updates a OpenShift managed cluster with the specified configuration for agents and OpenShift version.
|
OpenShiftManagedClusterInner |
OpenShiftManagedClustersClient.createOrUpdate(String resourceGroupName,
String resourceName,
OpenShiftManagedClusterInner parameters)
Creates or updates a OpenShift managed cluster with the specified configuration for agents and OpenShift version.
|
OpenShiftManagedClusterInner |
OpenShiftManagedClustersClient.createOrUpdate(String resourceGroupName,
String resourceName,
OpenShiftManagedClusterInner parameters,
com.azure.core.util.Context context)
Creates or updates a OpenShift managed cluster with the specified configuration for agents and OpenShift version.
|
Mono<OpenShiftManagedClusterInner> |
OpenShiftManagedClustersClient.createOrUpdateAsync(String resourceGroupName,
String resourceName,
OpenShiftManagedClusterInner parameters)
Creates or updates a OpenShift managed cluster with the specified configuration for agents and OpenShift version.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
OpenShiftManagedClustersClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String resourceName,
OpenShiftManagedClusterInner parameters)
Creates or updates a OpenShift managed cluster with the specified configuration for agents and OpenShift version.
|
| Modifier and Type | Method and Description |
|---|---|
OpenShiftManagedClusterInner |
OpenShiftManagedClusterInner.withAgentPoolProfiles(List<OpenShiftManagedClusterAgentPoolProfile> agentPoolProfiles)
Set the agentPoolProfiles property: Configuration of OpenShift cluster VMs.
|
OpenShiftManagedClusterInner |
OpenShiftManagedClusterInner.withAuthProfile(OpenShiftManagedClusterAuthProfile authProfile)
Set the authProfile property: Configures OpenShift authentication.
|
OpenShiftManagedClusterInner |
OpenShiftManagedClusterInner.withMasterPoolProfile(OpenShiftManagedClusterMasterPoolProfile masterPoolProfile)
Set the masterPoolProfile property: Configuration for OpenShift master VMs.
|
OpenShiftManagedClusterInner |
OpenShiftManagedClusterInner.withNetworkProfile(NetworkProfile networkProfile)
Set the networkProfile property: Configuration for OpenShift networking.
|
OpenShiftManagedClusterInner |
OpenShiftManagedClusterInner.withOpenShiftVersion(String openShiftVersion)
Set the openShiftVersion property: Version of OpenShift specified when creating the cluster.
|
OpenShiftManagedClusterInner |
OpenShiftManagedClusterInner.withPlan(PurchasePlan plan)
Set the plan property: Define the resource plan as required by ARM for billing purposes.
|
OpenShiftManagedClusterInner |
OpenShiftManagedClusterInner.withRouterProfiles(List<OpenShiftRouterProfile> routerProfiles)
Set the routerProfiles property: Configuration for OpenShift router(s).
|
Copyright © 2020 Microsoft Corporation. All rights reserved.