| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent |
Package containing the service clients for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
KubeEnvironmentInner |
KubeEnvironmentsClient.update(String resourceGroupName,
String name,
KubeEnvironmentPatchResource kubeEnvironmentEnvelope)
Description for Creates or updates a Kubernetes Environment.
|
Mono<KubeEnvironmentInner> |
KubeEnvironmentsClient.updateAsync(String resourceGroupName,
String name,
KubeEnvironmentPatchResource kubeEnvironmentEnvelope)
Description for Creates or updates a Kubernetes Environment.
|
com.azure.core.http.rest.Response<KubeEnvironmentInner> |
KubeEnvironmentsClient.updateWithResponse(String resourceGroupName,
String name,
KubeEnvironmentPatchResource kubeEnvironmentEnvelope,
com.azure.core.util.Context context)
Description for Creates or updates a Kubernetes Environment.
|
Mono<com.azure.core.http.rest.Response<KubeEnvironmentInner>> |
KubeEnvironmentsClient.updateWithResponseAsync(String resourceGroupName,
String name,
KubeEnvironmentPatchResource kubeEnvironmentEnvelope)
Description for Creates or updates a Kubernetes Environment.
|
| Modifier and Type | Method and Description |
|---|---|
KubeEnvironmentPatchResource |
KubeEnvironmentPatchResource.withAksResourceId(String aksResourceId)
Set the aksResourceId property: The aksResourceID property.
|
KubeEnvironmentPatchResource |
KubeEnvironmentPatchResource.withAppLogsConfiguration(AppLogsConfiguration appLogsConfiguration)
Set the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to a
destination.
|
KubeEnvironmentPatchResource |
KubeEnvironmentPatchResource.withArcConfiguration(ArcConfiguration arcConfiguration)
Set the arcConfiguration property: Cluster configuration which determines the ARC cluster components types.
|
KubeEnvironmentPatchResource |
KubeEnvironmentPatchResource.withInternalLoadBalancerEnabled(Boolean internalLoadBalancerEnabled)
Set the internalLoadBalancerEnabled property: Only visible within Vnet/Subnet.
|
KubeEnvironmentPatchResource |
KubeEnvironmentPatchResource.withKind(String kind)
Set the kind property: Kind of resource.
|
KubeEnvironmentPatchResource |
KubeEnvironmentPatchResource.withStaticIp(String staticIp)
Set the staticIp property: Static IP of the KubeEnvironment.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.