| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent |
Package containing the service clients for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
KubeEnvironmentInner |
KubeEnvironmentsClient.createOrUpdate(String resourceGroupName,
String name,
KubeEnvironmentInner kubeEnvironmentEnvelope)
Description for Creates or updates a Kubernetes Environment.
|
KubeEnvironmentInner |
KubeEnvironmentsClient.createOrUpdate(String resourceGroupName,
String name,
KubeEnvironmentInner kubeEnvironmentEnvelope,
com.azure.core.util.Context context)
Description for Creates or updates a Kubernetes Environment.
|
KubeEnvironmentInner |
KubeEnvironmentsClient.getByResourceGroup(String resourceGroupName,
String name)
Description for Get the properties of a Kubernetes Environment.
|
KubeEnvironmentInner |
KubeEnvironmentsClient.update(String resourceGroupName,
String name,
KubeEnvironmentPatchResource kubeEnvironmentEnvelope)
Description for Creates or updates a Kubernetes Environment.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<KubeEnvironmentInner>,KubeEnvironmentInner> |
KubeEnvironmentsClient.beginCreateOrUpdate(String resourceGroupName,
String name,
KubeEnvironmentInner kubeEnvironmentEnvelope)
Description for Creates or updates a Kubernetes Environment.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<KubeEnvironmentInner>,KubeEnvironmentInner> |
KubeEnvironmentsClient.beginCreateOrUpdate(String resourceGroupName,
String name,
KubeEnvironmentInner kubeEnvironmentEnvelope,
com.azure.core.util.Context context)
Description for Creates or updates a Kubernetes Environment.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<KubeEnvironmentInner>,KubeEnvironmentInner> |
KubeEnvironmentsClient.beginCreateOrUpdateAsync(String resourceGroupName,
String name,
KubeEnvironmentInner kubeEnvironmentEnvelope)
Description for Creates or updates a Kubernetes Environment.
|
KubeEnvironmentInner |
KubeEnvironmentsClient.createOrUpdate(String resourceGroupName,
String name,
KubeEnvironmentInner kubeEnvironmentEnvelope)
Description for Creates or updates a Kubernetes Environment.
|
KubeEnvironmentInner |
KubeEnvironmentsClient.createOrUpdate(String resourceGroupName,
String name,
KubeEnvironmentInner kubeEnvironmentEnvelope,
com.azure.core.util.Context context)
Description for Creates or updates a Kubernetes Environment.
|
Mono<KubeEnvironmentInner> |
KubeEnvironmentsClient.createOrUpdateAsync(String resourceGroupName,
String name,
KubeEnvironmentInner kubeEnvironmentEnvelope)
Description for Creates or updates a Kubernetes Environment.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
KubeEnvironmentsClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String name,
KubeEnvironmentInner kubeEnvironmentEnvelope)
Description for Creates or updates a Kubernetes Environment.
|
| Modifier and Type | Method and Description |
|---|---|
KubeEnvironmentInner |
KubeEnvironmentInner.withAksResourceId(String aksResourceId)
Set the aksResourceId property: The aksResourceID property.
|
KubeEnvironmentInner |
KubeEnvironmentInner.withAppLogsConfiguration(AppLogsConfiguration appLogsConfiguration)
Set the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to a
destination.
|
KubeEnvironmentInner |
KubeEnvironmentInner.withArcConfiguration(ArcConfiguration arcConfiguration)
Set the arcConfiguration property: Cluster configuration which determines the ARC cluster components types.
|
KubeEnvironmentInner |
KubeEnvironmentInner.withExtendedLocation(ExtendedLocation extendedLocation)
Set the extendedLocation property: Extended Location.
|
KubeEnvironmentInner |
KubeEnvironmentInner.withInternalLoadBalancerEnabled(Boolean internalLoadBalancerEnabled)
Set the internalLoadBalancerEnabled property: Only visible within Vnet/Subnet.
|
KubeEnvironmentInner |
KubeEnvironmentInner.withKind(String kind)
Set the kind property: Kind of resource.
|
KubeEnvironmentInner |
KubeEnvironmentInner.withLocation(String location) |
KubeEnvironmentInner |
KubeEnvironmentInner.withStaticIp(String staticIp)
Set the staticIp property: Static IP of the KubeEnvironment.
|
KubeEnvironmentInner |
KubeEnvironmentInner.withTags(Map<String,String> tags) |
Copyright © 2021 Microsoft Corporation. All rights reserved.