azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.c...

2704 строки
275 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient"
name: "ManagedClustersClient"
nameWithType: "ManagedClustersClient"
summary: "An instance of this class provides access to all the operations defined in Managed<wbr>Clusters<wbr>Client."
syntax: "public interface **ManagedClustersClient**</br> extends <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsGet?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsGet&text=InnerSupportsGet\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner&text=ManagedClusterInner\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsListing?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsListing&text=InnerSupportsListing\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner&text=ManagedClusterInner\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsDelete?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsDelete&text=InnerSupportsDelete\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
methods:
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.abortLatestOperation(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.abortLatestOperation(String resourceGroupName, String resourceName)"
name: "abortLatestOperation(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.abortLatestOperation(String resourceGroupName, String resourceName)"
summary: "Aborts last operation running on managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void abortLatestOperation(String resourceGroupName, String resourceName)"
desc: "Aborts last operation running on managed cluster. Aborts the currently running operation on the managed cluster. The Managed Cluster will be moved to a Canceling state and eventually to a Canceled state when cancellation finishes. If the operation completes before cancellation can take place, a 409 error code is returned."
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.abortLatestOperation(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.abortLatestOperation(String resourceGroupName, String resourceName, Context context)"
name: "abortLatestOperation(String resourceGroupName, String resourceName, Context context)"
nameWithType: "ManagedClustersClient.abortLatestOperation(String resourceGroupName, String resourceName, Context context)"
summary: "Aborts last operation running on managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void abortLatestOperation(String resourceGroupName, String resourceName, Context context)"
desc: "Aborts last operation running on managed cluster. Aborts the currently running operation on the managed cluster. The Managed Cluster will be moved to a Canceling state and eventually to a Canceled state when cancellation finishes. If the operation completes before cancellation can take place, a 409 error code is returned."
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.abortLatestOperationAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.abortLatestOperationAsync(String resourceGroupName, String resourceName)"
name: "abortLatestOperationAsync(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.abortLatestOperationAsync(String resourceGroupName, String resourceName)"
summary: "Aborts last operation running on managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Void> abortLatestOperationAsync(String resourceGroupName, String resourceName)"
desc: "Aborts last operation running on managed cluster. Aborts the currently running operation on the managed cluster. The Managed Cluster will be moved to a Canceling state and eventually to a Canceled state when cancellation finishes. If the operation completes before cancellation can take place, a 409 error code is returned."
returns:
description: "A <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref> that completes when a successful response is received."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.abortLatestOperationWithResponseAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.abortLatestOperationWithResponseAsync(String resourceGroupName, String resourceName)"
name: "abortLatestOperationWithResponseAsync(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.abortLatestOperationWithResponseAsync(String resourceGroupName, String resourceName)"
summary: "Aborts last operation running on managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> abortLatestOperationWithResponseAsync(String resourceGroupName, String resourceName)"
desc: "Aborts last operation running on managed cluster. Aborts the currently running operation on the managed cluster. The Managed Cluster will be moved to a Canceling state and eventually to a Canceled state when cancellation finishes. If the operation completes before cancellation can take place, a 409 error code is returned."
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>&gt;&gt;&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginAbortLatestOperation(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginAbortLatestOperation(String resourceGroupName, String resourceName)"
name: "beginAbortLatestOperation(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.beginAbortLatestOperation(String resourceGroupName, String resourceName)"
summary: "Aborts last operation running on managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginAbortLatestOperation(String resourceGroupName, String resourceName)"
desc: "Aborts last operation running on managed cluster. Aborts the currently running operation on the managed cluster. The Managed Cluster will be moved to a Canceling state and eventually to a Canceled state when cancellation finishes. If the operation completes before cancellation can take place, a 409 error code is returned."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginAbortLatestOperation(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginAbortLatestOperation(String resourceGroupName, String resourceName, Context context)"
name: "beginAbortLatestOperation(String resourceGroupName, String resourceName, Context context)"
nameWithType: "ManagedClustersClient.beginAbortLatestOperation(String resourceGroupName, String resourceName, Context context)"
summary: "Aborts last operation running on managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginAbortLatestOperation(String resourceGroupName, String resourceName, Context context)"
desc: "Aborts last operation running on managed cluster. Aborts the currently running operation on the managed cluster. The Managed Cluster will be moved to a Canceling state and eventually to a Canceled state when cancellation finishes. If the operation completes before cancellation can take place, a 409 error code is returned."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginAbortLatestOperationAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginAbortLatestOperationAsync(String resourceGroupName, String resourceName)"
name: "beginAbortLatestOperationAsync(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.beginAbortLatestOperationAsync(String resourceGroupName, String resourceName)"
summary: "Aborts last operation running on managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PollerFlux<PollResult<Void>,Void> beginAbortLatestOperationAsync(String resourceGroupName, String resourceName)"
desc: "Aborts last operation running on managed cluster. Aborts the currently running operation on the managed cluster. The Managed Cluster will be moved to a Canceling state and eventually to a Canceled state when cancellation finishes. If the operation completes before cancellation can take place, a 409 error code is returned."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginCreateOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginCreateOrUpdate(String resourceGroupName, String resourceName, ManagedClusterInner parameters)"
name: "beginCreateOrUpdate(String resourceGroupName, String resourceName, ManagedClusterInner parameters)"
nameWithType: "ManagedClustersClient.beginCreateOrUpdate(String resourceGroupName, String resourceName, ManagedClusterInner parameters)"
summary: "Creates or updates a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The managed cluster to create or update."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner&text=ManagedClusterInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<ManagedClusterInner>,ManagedClusterInner> beginCreateOrUpdate(String resourceGroupName, String resourceName, ManagedClusterInner parameters)"
desc: "Creates or updates a managed cluster."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of managed cluster."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner&text=ManagedClusterInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner&text=ManagedClusterInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginCreateOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginCreateOrUpdate(String resourceGroupName, String resourceName, ManagedClusterInner parameters, Context context)"
name: "beginCreateOrUpdate(String resourceGroupName, String resourceName, ManagedClusterInner parameters, Context context)"
nameWithType: "ManagedClustersClient.beginCreateOrUpdate(String resourceGroupName, String resourceName, ManagedClusterInner parameters, Context context)"
summary: "Creates or updates a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The managed cluster to create or update."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner&text=ManagedClusterInner\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<ManagedClusterInner>,ManagedClusterInner> beginCreateOrUpdate(String resourceGroupName, String resourceName, ManagedClusterInner parameters, Context context)"
desc: "Creates or updates a managed cluster."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of managed cluster."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner&text=ManagedClusterInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner&text=ManagedClusterInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginCreateOrUpdateAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginCreateOrUpdateAsync(String resourceGroupName, String resourceName, ManagedClusterInner parameters)"
name: "beginCreateOrUpdateAsync(String resourceGroupName, String resourceName, ManagedClusterInner parameters)"
nameWithType: "ManagedClustersClient.beginCreateOrUpdateAsync(String resourceGroupName, String resourceName, ManagedClusterInner parameters)"
summary: "Creates or updates a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The managed cluster to create or update."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner&text=ManagedClusterInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PollerFlux<PollResult<ManagedClusterInner>,ManagedClusterInner> beginCreateOrUpdateAsync(String resourceGroupName, String resourceName, ManagedClusterInner parameters)"
desc: "Creates or updates a managed cluster."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of managed cluster."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner&text=ManagedClusterInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner&text=ManagedClusterInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginDelete(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginDelete(String resourceGroupName, String resourceName)"
name: "beginDelete(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.beginDelete(String resourceGroupName, String resourceName)"
summary: "Deletes a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String resourceName)"
desc: "Deletes a managed cluster."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginDelete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginDelete(String resourceGroupName, String resourceName, Context context)"
name: "beginDelete(String resourceGroupName, String resourceName, Context context)"
nameWithType: "ManagedClustersClient.beginDelete(String resourceGroupName, String resourceName, Context context)"
summary: "Deletes a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String resourceName, Context context)"
desc: "Deletes a managed cluster."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginDeleteAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginDeleteAsync(String resourceGroupName, String resourceName)"
name: "beginDeleteAsync(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.beginDeleteAsync(String resourceGroupName, String resourceName)"
summary: "Deletes a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String resourceName)"
desc: "Deletes a managed cluster."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginResetAadProfile(java.lang.String,java.lang.String,com.azure.resourcemanager.containerservice.models.ManagedClusterAadProfile)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginResetAadProfile(String resourceGroupName, String resourceName, ManagedClusterAadProfile parameters)"
name: "beginResetAadProfile(String resourceGroupName, String resourceName, ManagedClusterAadProfile parameters)"
nameWithType: "ManagedClustersClient.beginResetAadProfile(String resourceGroupName, String resourceName, ManagedClusterAadProfile parameters)"
summary: "Reset the AAD Profile of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The AAD profile to set on the Managed Cluster."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.ManagedClusterAadProfile?alt=com.azure.resourcemanager.containerservice.models.ManagedClusterAadProfile&text=ManagedClusterAadProfile\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginResetAadProfile(String resourceGroupName, String resourceName, ManagedClusterAadProfile parameters)"
desc: "Reset the AAD Profile of a managed cluster. \\*\\*WARNING\\*\\*: This API will be deprecated. Please see \\[AKS-managed Azure Active Directory integration\\](https://aka.ms/aks-managed-aad) to update your cluster with AKS-managed Azure AD."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginResetAadProfile(java.lang.String,java.lang.String,com.azure.resourcemanager.containerservice.models.ManagedClusterAadProfile,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginResetAadProfile(String resourceGroupName, String resourceName, ManagedClusterAadProfile parameters, Context context)"
name: "beginResetAadProfile(String resourceGroupName, String resourceName, ManagedClusterAadProfile parameters, Context context)"
nameWithType: "ManagedClustersClient.beginResetAadProfile(String resourceGroupName, String resourceName, ManagedClusterAadProfile parameters, Context context)"
summary: "Reset the AAD Profile of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The AAD profile to set on the Managed Cluster."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.ManagedClusterAadProfile?alt=com.azure.resourcemanager.containerservice.models.ManagedClusterAadProfile&text=ManagedClusterAadProfile\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginResetAadProfile(String resourceGroupName, String resourceName, ManagedClusterAadProfile parameters, Context context)"
desc: "Reset the AAD Profile of a managed cluster. \\*\\*WARNING\\*\\*: This API will be deprecated. Please see \\[AKS-managed Azure Active Directory integration\\](https://aka.ms/aks-managed-aad) to update your cluster with AKS-managed Azure AD."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginResetAadProfileAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.containerservice.models.ManagedClusterAadProfile)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginResetAadProfileAsync(String resourceGroupName, String resourceName, ManagedClusterAadProfile parameters)"
name: "beginResetAadProfileAsync(String resourceGroupName, String resourceName, ManagedClusterAadProfile parameters)"
nameWithType: "ManagedClustersClient.beginResetAadProfileAsync(String resourceGroupName, String resourceName, ManagedClusterAadProfile parameters)"
summary: "Reset the AAD Profile of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The AAD profile to set on the Managed Cluster."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.ManagedClusterAadProfile?alt=com.azure.resourcemanager.containerservice.models.ManagedClusterAadProfile&text=ManagedClusterAadProfile\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PollerFlux<PollResult<Void>,Void> beginResetAadProfileAsync(String resourceGroupName, String resourceName, ManagedClusterAadProfile parameters)"
desc: "Reset the AAD Profile of a managed cluster. \\*\\*WARNING\\*\\*: This API will be deprecated. Please see \\[AKS-managed Azure Active Directory integration\\](https://aka.ms/aks-managed-aad) to update your cluster with AKS-managed Azure AD."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginResetServicePrincipalProfile(java.lang.String,java.lang.String,com.azure.resourcemanager.containerservice.models.ManagedClusterServicePrincipalProfile)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginResetServicePrincipalProfile(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters)"
name: "beginResetServicePrincipalProfile(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters)"
nameWithType: "ManagedClustersClient.beginResetServicePrincipalProfile(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters)"
summary: "Reset the Service Principal Profile of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The service principal profile to set on the managed cluster."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.ManagedClusterServicePrincipalProfile?alt=com.azure.resourcemanager.containerservice.models.ManagedClusterServicePrincipalProfile&text=ManagedClusterServicePrincipalProfile\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginResetServicePrincipalProfile(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters)"
desc: "Reset the Service Principal Profile of a managed cluster. This action cannot be performed on a cluster that is not using a service principal."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginResetServicePrincipalProfile(java.lang.String,java.lang.String,com.azure.resourcemanager.containerservice.models.ManagedClusterServicePrincipalProfile,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginResetServicePrincipalProfile(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters, Context context)"
name: "beginResetServicePrincipalProfile(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters, Context context)"
nameWithType: "ManagedClustersClient.beginResetServicePrincipalProfile(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters, Context context)"
summary: "Reset the Service Principal Profile of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The service principal profile to set on the managed cluster."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.ManagedClusterServicePrincipalProfile?alt=com.azure.resourcemanager.containerservice.models.ManagedClusterServicePrincipalProfile&text=ManagedClusterServicePrincipalProfile\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginResetServicePrincipalProfile(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters, Context context)"
desc: "Reset the Service Principal Profile of a managed cluster. This action cannot be performed on a cluster that is not using a service principal."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginResetServicePrincipalProfileAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.containerservice.models.ManagedClusterServicePrincipalProfile)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginResetServicePrincipalProfileAsync(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters)"
name: "beginResetServicePrincipalProfileAsync(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters)"
nameWithType: "ManagedClustersClient.beginResetServicePrincipalProfileAsync(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters)"
summary: "Reset the Service Principal Profile of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The service principal profile to set on the managed cluster."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.ManagedClusterServicePrincipalProfile?alt=com.azure.resourcemanager.containerservice.models.ManagedClusterServicePrincipalProfile&text=ManagedClusterServicePrincipalProfile\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PollerFlux<PollResult<Void>,Void> beginResetServicePrincipalProfileAsync(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters)"
desc: "Reset the Service Principal Profile of a managed cluster. This action cannot be performed on a cluster that is not using a service principal."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginRotateClusterCertificates(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginRotateClusterCertificates(String resourceGroupName, String resourceName)"
name: "beginRotateClusterCertificates(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.beginRotateClusterCertificates(String resourceGroupName, String resourceName)"
summary: "Rotates the certificates of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginRotateClusterCertificates(String resourceGroupName, String resourceName)"
desc: "Rotates the certificates of a managed cluster. See \\[Certificate rotation\\](https://docs.microsoft.com/azure/aks/certificate-rotation) for more details about rotating managed cluster certificates."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginRotateClusterCertificates(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginRotateClusterCertificates(String resourceGroupName, String resourceName, Context context)"
name: "beginRotateClusterCertificates(String resourceGroupName, String resourceName, Context context)"
nameWithType: "ManagedClustersClient.beginRotateClusterCertificates(String resourceGroupName, String resourceName, Context context)"
summary: "Rotates the certificates of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginRotateClusterCertificates(String resourceGroupName, String resourceName, Context context)"
desc: "Rotates the certificates of a managed cluster. See \\[Certificate rotation\\](https://docs.microsoft.com/azure/aks/certificate-rotation) for more details about rotating managed cluster certificates."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginRotateClusterCertificatesAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginRotateClusterCertificatesAsync(String resourceGroupName, String resourceName)"
name: "beginRotateClusterCertificatesAsync(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.beginRotateClusterCertificatesAsync(String resourceGroupName, String resourceName)"
summary: "Rotates the certificates of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PollerFlux<PollResult<Void>,Void> beginRotateClusterCertificatesAsync(String resourceGroupName, String resourceName)"
desc: "Rotates the certificates of a managed cluster. See \\[Certificate rotation\\](https://docs.microsoft.com/azure/aks/certificate-rotation) for more details about rotating managed cluster certificates."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginRotateServiceAccountSigningKeys(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginRotateServiceAccountSigningKeys(String resourceGroupName, String resourceName)"
name: "beginRotateServiceAccountSigningKeys(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.beginRotateServiceAccountSigningKeys(String resourceGroupName, String resourceName)"
summary: "Rotates the service account signing keys of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginRotateServiceAccountSigningKeys(String resourceGroupName, String resourceName)"
desc: "Rotates the service account signing keys of a managed cluster."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginRotateServiceAccountSigningKeys(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginRotateServiceAccountSigningKeys(String resourceGroupName, String resourceName, Context context)"
name: "beginRotateServiceAccountSigningKeys(String resourceGroupName, String resourceName, Context context)"
nameWithType: "ManagedClustersClient.beginRotateServiceAccountSigningKeys(String resourceGroupName, String resourceName, Context context)"
summary: "Rotates the service account signing keys of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginRotateServiceAccountSigningKeys(String resourceGroupName, String resourceName, Context context)"
desc: "Rotates the service account signing keys of a managed cluster."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginRotateServiceAccountSigningKeysAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginRotateServiceAccountSigningKeysAsync(String resourceGroupName, String resourceName)"
name: "beginRotateServiceAccountSigningKeysAsync(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.beginRotateServiceAccountSigningKeysAsync(String resourceGroupName, String resourceName)"
summary: "Rotates the service account signing keys of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PollerFlux<PollResult<Void>,Void> beginRotateServiceAccountSigningKeysAsync(String resourceGroupName, String resourceName)"
desc: "Rotates the service account signing keys of a managed cluster."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginRunCommand(java.lang.String,java.lang.String,com.azure.resourcemanager.containerservice.models.RunCommandRequest)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginRunCommand(String resourceGroupName, String resourceName, RunCommandRequest requestPayload)"
name: "beginRunCommand(String resourceGroupName, String resourceName, RunCommandRequest requestPayload)"
nameWithType: "ManagedClustersClient.beginRunCommand(String resourceGroupName, String resourceName, RunCommandRequest requestPayload)"
summary: "Submits a command to run against the Managed Cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The run command request."
name: "requestPayload"
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.RunCommandRequest?alt=com.azure.resourcemanager.containerservice.models.RunCommandRequest&text=RunCommandRequest\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<RunCommandResultInner>,RunCommandResultInner> beginRunCommand(String resourceGroupName, String resourceName, RunCommandRequest requestPayload)"
desc: "Submits a command to run against the Managed Cluster. AKS will create a pod to run the command. This is primarily useful for private clusters. For more information see \\[AKS Run Command\\](https://docs.microsoft.com/azure/aks/private-clusters\\#aks-run-command-preview)."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of run command result."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.RunCommandResultInner?alt=com.azure.resourcemanager.containerservice.fluent.models.RunCommandResultInner&text=RunCommandResultInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.RunCommandResultInner?alt=com.azure.resourcemanager.containerservice.fluent.models.RunCommandResultInner&text=RunCommandResultInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginRunCommand(java.lang.String,java.lang.String,com.azure.resourcemanager.containerservice.models.RunCommandRequest,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginRunCommand(String resourceGroupName, String resourceName, RunCommandRequest requestPayload, Context context)"
name: "beginRunCommand(String resourceGroupName, String resourceName, RunCommandRequest requestPayload, Context context)"
nameWithType: "ManagedClustersClient.beginRunCommand(String resourceGroupName, String resourceName, RunCommandRequest requestPayload, Context context)"
summary: "Submits a command to run against the Managed Cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The run command request."
name: "requestPayload"
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.RunCommandRequest?alt=com.azure.resourcemanager.containerservice.models.RunCommandRequest&text=RunCommandRequest\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<RunCommandResultInner>,RunCommandResultInner> beginRunCommand(String resourceGroupName, String resourceName, RunCommandRequest requestPayload, Context context)"
desc: "Submits a command to run against the Managed Cluster. AKS will create a pod to run the command. This is primarily useful for private clusters. For more information see \\[AKS Run Command\\](https://docs.microsoft.com/azure/aks/private-clusters\\#aks-run-command-preview)."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of run command result."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.RunCommandResultInner?alt=com.azure.resourcemanager.containerservice.fluent.models.RunCommandResultInner&text=RunCommandResultInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.RunCommandResultInner?alt=com.azure.resourcemanager.containerservice.fluent.models.RunCommandResultInner&text=RunCommandResultInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginRunCommandAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.containerservice.models.RunCommandRequest)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginRunCommandAsync(String resourceGroupName, String resourceName, RunCommandRequest requestPayload)"
name: "beginRunCommandAsync(String resourceGroupName, String resourceName, RunCommandRequest requestPayload)"
nameWithType: "ManagedClustersClient.beginRunCommandAsync(String resourceGroupName, String resourceName, RunCommandRequest requestPayload)"
summary: "Submits a command to run against the Managed Cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The run command request."
name: "requestPayload"
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.RunCommandRequest?alt=com.azure.resourcemanager.containerservice.models.RunCommandRequest&text=RunCommandRequest\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PollerFlux<PollResult<RunCommandResultInner>,RunCommandResultInner> beginRunCommandAsync(String resourceGroupName, String resourceName, RunCommandRequest requestPayload)"
desc: "Submits a command to run against the Managed Cluster. AKS will create a pod to run the command. This is primarily useful for private clusters. For more information see \\[AKS Run Command\\](https://docs.microsoft.com/azure/aks/private-clusters\\#aks-run-command-preview)."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of run command result."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.RunCommandResultInner?alt=com.azure.resourcemanager.containerservice.fluent.models.RunCommandResultInner&text=RunCommandResultInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.RunCommandResultInner?alt=com.azure.resourcemanager.containerservice.fluent.models.RunCommandResultInner&text=RunCommandResultInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginStart(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginStart(String resourceGroupName, String resourceName)"
name: "beginStart(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.beginStart(String resourceGroupName, String resourceName)"
summary: "Starts a previously stopped Managed Cluster See \\[starting a cluster\\](https://docs.<wbr>microsoft.<wbr>com/azure/aks/start-stop-cluster) for more details about starting a cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginStart(String resourceGroupName, String resourceName)"
desc: "Starts a previously stopped Managed Cluster See \\[starting a cluster\\](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about starting a cluster."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginStart(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginStart(String resourceGroupName, String resourceName, Context context)"
name: "beginStart(String resourceGroupName, String resourceName, Context context)"
nameWithType: "ManagedClustersClient.beginStart(String resourceGroupName, String resourceName, Context context)"
summary: "Starts a previously stopped Managed Cluster See \\[starting a cluster\\](https://docs.<wbr>microsoft.<wbr>com/azure/aks/start-stop-cluster) for more details about starting a cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginStart(String resourceGroupName, String resourceName, Context context)"
desc: "Starts a previously stopped Managed Cluster See \\[starting a cluster\\](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about starting a cluster."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginStartAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginStartAsync(String resourceGroupName, String resourceName)"
name: "beginStartAsync(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.beginStartAsync(String resourceGroupName, String resourceName)"
summary: "Starts a previously stopped Managed Cluster See \\[starting a cluster\\](https://docs.<wbr>microsoft.<wbr>com/azure/aks/start-stop-cluster) for more details about starting a cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PollerFlux<PollResult<Void>,Void> beginStartAsync(String resourceGroupName, String resourceName)"
desc: "Starts a previously stopped Managed Cluster See \\[starting a cluster\\](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about starting a cluster."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginStop(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginStop(String resourceGroupName, String resourceName)"
name: "beginStop(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.beginStop(String resourceGroupName, String resourceName)"
summary: "Stops a Managed Cluster This can only be performed on Azure Virtual Machine Scale set backed clusters."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginStop(String resourceGroupName, String resourceName)"
desc: "Stops a Managed Cluster This can only be performed on Azure Virtual Machine Scale set backed clusters. Stopping a cluster stops the control plane and agent nodes entirely, while maintaining all object and cluster state. A cluster does not accrue charges while it is stopped. See \\[stopping a cluster\\](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about stopping a cluster."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginStop(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginStop(String resourceGroupName, String resourceName, Context context)"
name: "beginStop(String resourceGroupName, String resourceName, Context context)"
nameWithType: "ManagedClustersClient.beginStop(String resourceGroupName, String resourceName, Context context)"
summary: "Stops a Managed Cluster This can only be performed on Azure Virtual Machine Scale set backed clusters."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginStop(String resourceGroupName, String resourceName, Context context)"
desc: "Stops a Managed Cluster This can only be performed on Azure Virtual Machine Scale set backed clusters. Stopping a cluster stops the control plane and agent nodes entirely, while maintaining all object and cluster state. A cluster does not accrue charges while it is stopped. See \\[stopping a cluster\\](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about stopping a cluster."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginStopAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginStopAsync(String resourceGroupName, String resourceName)"
name: "beginStopAsync(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.beginStopAsync(String resourceGroupName, String resourceName)"
summary: "Stops a Managed Cluster This can only be performed on Azure Virtual Machine Scale set backed clusters."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PollerFlux<PollResult<Void>,Void> beginStopAsync(String resourceGroupName, String resourceName)"
desc: "Stops a Managed Cluster This can only be performed on Azure Virtual Machine Scale set backed clusters. Stopping a cluster stops the control plane and agent nodes entirely, while maintaining all object and cluster state. A cluster does not accrue charges while it is stopped. See \\[stopping a cluster\\](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about stopping a cluster."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginUpdateTags(java.lang.String,java.lang.String,com.azure.resourcemanager.containerservice.models.TagsObject)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginUpdateTags(String resourceGroupName, String resourceName, TagsObject parameters)"
name: "beginUpdateTags(String resourceGroupName, String resourceName, TagsObject parameters)"
nameWithType: "ManagedClustersClient.beginUpdateTags(String resourceGroupName, String resourceName, TagsObject parameters)"
summary: "Updates tags on a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to the Update Managed Cluster Tags operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.TagsObject?alt=com.azure.resourcemanager.containerservice.models.TagsObject&text=TagsObject\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<ManagedClusterInner>,ManagedClusterInner> beginUpdateTags(String resourceGroupName, String resourceName, TagsObject parameters)"
desc: "Updates tags on a managed cluster."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of managed cluster."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner&text=ManagedClusterInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner&text=ManagedClusterInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginUpdateTags(java.lang.String,java.lang.String,com.azure.resourcemanager.containerservice.models.TagsObject,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginUpdateTags(String resourceGroupName, String resourceName, TagsObject parameters, Context context)"
name: "beginUpdateTags(String resourceGroupName, String resourceName, TagsObject parameters, Context context)"
nameWithType: "ManagedClustersClient.beginUpdateTags(String resourceGroupName, String resourceName, TagsObject parameters, Context context)"
summary: "Updates tags on a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to the Update Managed Cluster Tags operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.TagsObject?alt=com.azure.resourcemanager.containerservice.models.TagsObject&text=TagsObject\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<ManagedClusterInner>,ManagedClusterInner> beginUpdateTags(String resourceGroupName, String resourceName, TagsObject parameters, Context context)"
desc: "Updates tags on a managed cluster."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of managed cluster."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner&text=ManagedClusterInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner&text=ManagedClusterInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginUpdateTagsAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.containerservice.models.TagsObject)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.beginUpdateTagsAsync(String resourceGroupName, String resourceName, TagsObject parameters)"
name: "beginUpdateTagsAsync(String resourceGroupName, String resourceName, TagsObject parameters)"
nameWithType: "ManagedClustersClient.beginUpdateTagsAsync(String resourceGroupName, String resourceName, TagsObject parameters)"
summary: "Updates tags on a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to the Update Managed Cluster Tags operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.TagsObject?alt=com.azure.resourcemanager.containerservice.models.TagsObject&text=TagsObject\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PollerFlux<PollResult<ManagedClusterInner>,ManagedClusterInner> beginUpdateTagsAsync(String resourceGroupName, String resourceName, TagsObject parameters)"
desc: "Updates tags on a managed cluster."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of managed cluster."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner&text=ManagedClusterInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner&text=ManagedClusterInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.createOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.createOrUpdate(String resourceGroupName, String resourceName, ManagedClusterInner parameters)"
name: "createOrUpdate(String resourceGroupName, String resourceName, ManagedClusterInner parameters)"
nameWithType: "ManagedClustersClient.createOrUpdate(String resourceGroupName, String resourceName, ManagedClusterInner parameters)"
summary: "Creates or updates a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The managed cluster to create or update."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner&text=ManagedClusterInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ManagedClusterInner createOrUpdate(String resourceGroupName, String resourceName, ManagedClusterInner parameters)"
desc: "Creates or updates a managed cluster."
returns:
description: "managed cluster."
type: "<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner&text=ManagedClusterInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.createOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.createOrUpdate(String resourceGroupName, String resourceName, ManagedClusterInner parameters, Context context)"
name: "createOrUpdate(String resourceGroupName, String resourceName, ManagedClusterInner parameters, Context context)"
nameWithType: "ManagedClustersClient.createOrUpdate(String resourceGroupName, String resourceName, ManagedClusterInner parameters, Context context)"
summary: "Creates or updates a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The managed cluster to create or update."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner&text=ManagedClusterInner\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ManagedClusterInner createOrUpdate(String resourceGroupName, String resourceName, ManagedClusterInner parameters, Context context)"
desc: "Creates or updates a managed cluster."
returns:
description: "managed cluster."
type: "<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner&text=ManagedClusterInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.createOrUpdateAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.createOrUpdateAsync(String resourceGroupName, String resourceName, ManagedClusterInner parameters)"
name: "createOrUpdateAsync(String resourceGroupName, String resourceName, ManagedClusterInner parameters)"
nameWithType: "ManagedClustersClient.createOrUpdateAsync(String resourceGroupName, String resourceName, ManagedClusterInner parameters)"
summary: "Creates or updates a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The managed cluster to create or update."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner&text=ManagedClusterInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<ManagedClusterInner> createOrUpdateAsync(String resourceGroupName, String resourceName, ManagedClusterInner parameters)"
desc: "Creates or updates a managed cluster."
returns:
description: "managed cluster on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner&text=ManagedClusterInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.createOrUpdateWithResponseAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.createOrUpdateWithResponseAsync(String resourceGroupName, String resourceName, ManagedClusterInner parameters)"
name: "createOrUpdateWithResponseAsync(String resourceGroupName, String resourceName, ManagedClusterInner parameters)"
nameWithType: "ManagedClustersClient.createOrUpdateWithResponseAsync(String resourceGroupName, String resourceName, ManagedClusterInner parameters)"
summary: "Creates or updates a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The managed cluster to create or update."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner&text=ManagedClusterInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String resourceName, ManagedClusterInner parameters)"
desc: "Creates or updates a managed cluster."
returns:
description: "managed cluster along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>&gt;&gt;&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.delete(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.delete(String resourceGroupName, String resourceName)"
name: "delete(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.delete(String resourceGroupName, String resourceName)"
summary: "Deletes a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void delete(String resourceGroupName, String resourceName)"
desc: "Deletes a managed cluster."
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.delete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.delete(String resourceGroupName, String resourceName, Context context)"
name: "delete(String resourceGroupName, String resourceName, Context context)"
nameWithType: "ManagedClustersClient.delete(String resourceGroupName, String resourceName, Context context)"
summary: "Deletes a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void delete(String resourceGroupName, String resourceName, Context context)"
desc: "Deletes a managed cluster."
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.deleteAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.deleteAsync(String resourceGroupName, String resourceName)"
name: "deleteAsync(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.deleteAsync(String resourceGroupName, String resourceName)"
summary: "Deletes a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Void> deleteAsync(String resourceGroupName, String resourceName)"
desc: "Deletes a managed cluster."
returns:
description: "A <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref> that completes when a successful response is received."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.deleteWithResponseAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.deleteWithResponseAsync(String resourceGroupName, String resourceName)"
name: "deleteWithResponseAsync(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.deleteWithResponseAsync(String resourceGroupName, String resourceName)"
summary: "Deletes a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String resourceName)"
desc: "Deletes a managed cluster."
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>&gt;&gt;&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getAccessProfile(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getAccessProfile(String resourceGroupName, String resourceName, String roleName)"
name: "getAccessProfile(String resourceGroupName, String resourceName, String roleName)"
nameWithType: "ManagedClustersClient.getAccessProfile(String resourceGroupName, String resourceName, String roleName)"
summary: "Gets an access profile of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the role for managed cluster accessProfile resource."
name: "roleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ManagedClusterAccessProfileInner getAccessProfile(String resourceGroupName, String resourceName, String roleName)"
desc: "Gets an access profile of a managed cluster. \\*\\*WARNING\\*\\*: This API will be deprecated. Instead use \\[ListClusterUserCredentials\\](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusterusercredentials) or \\[ListClusterAdminCredentials\\](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusteradmincredentials) ."
returns:
description: "managed cluster Access Profile."
type: "<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterAccessProfileInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterAccessProfileInner&text=ManagedClusterAccessProfileInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getAccessProfileAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getAccessProfileAsync(String resourceGroupName, String resourceName, String roleName)"
name: "getAccessProfileAsync(String resourceGroupName, String resourceName, String roleName)"
nameWithType: "ManagedClustersClient.getAccessProfileAsync(String resourceGroupName, String resourceName, String roleName)"
summary: "Gets an access profile of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the role for managed cluster accessProfile resource."
name: "roleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<ManagedClusterAccessProfileInner> getAccessProfileAsync(String resourceGroupName, String resourceName, String roleName)"
desc: "Gets an access profile of a managed cluster. \\*\\*WARNING\\*\\*: This API will be deprecated. Instead use \\[ListClusterUserCredentials\\](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusterusercredentials) or \\[ListClusterAdminCredentials\\](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusteradmincredentials) ."
returns:
description: "managed cluster Access Profile on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterAccessProfileInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterAccessProfileInner&text=ManagedClusterAccessProfileInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getAccessProfileWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getAccessProfileWithResponse(String resourceGroupName, String resourceName, String roleName, Context context)"
name: "getAccessProfileWithResponse(String resourceGroupName, String resourceName, String roleName, Context context)"
nameWithType: "ManagedClustersClient.getAccessProfileWithResponse(String resourceGroupName, String resourceName, String roleName, Context context)"
summary: "Gets an access profile of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the role for managed cluster accessProfile resource."
name: "roleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<ManagedClusterAccessProfileInner> getAccessProfileWithResponse(String resourceGroupName, String resourceName, String roleName, Context context)"
desc: "Gets an access profile of a managed cluster. \\*\\*WARNING\\*\\*: This API will be deprecated. Instead use \\[ListClusterUserCredentials\\](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusterusercredentials) or \\[ListClusterAdminCredentials\\](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusteradmincredentials) ."
returns:
description: "managed cluster Access Profile along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterAccessProfileInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterAccessProfileInner&text=ManagedClusterAccessProfileInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getAccessProfileWithResponseAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getAccessProfileWithResponseAsync(String resourceGroupName, String resourceName, String roleName)"
name: "getAccessProfileWithResponseAsync(String resourceGroupName, String resourceName, String roleName)"
nameWithType: "ManagedClustersClient.getAccessProfileWithResponseAsync(String resourceGroupName, String resourceName, String roleName)"
summary: "Gets an access profile of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the role for managed cluster accessProfile resource."
name: "roleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<ManagedClusterAccessProfileInner>> getAccessProfileWithResponseAsync(String resourceGroupName, String resourceName, String roleName)"
desc: "Gets an access profile of a managed cluster. \\*\\*WARNING\\*\\*: This API will be deprecated. Instead use \\[ListClusterUserCredentials\\](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusterusercredentials) or \\[ListClusterAdminCredentials\\](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusteradmincredentials) ."
returns:
description: "managed cluster Access Profile along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterAccessProfileInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterAccessProfileInner&text=ManagedClusterAccessProfileInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getByResourceGroup(String resourceGroupName, String resourceName)"
name: "getByResourceGroup(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.getByResourceGroup(String resourceGroupName, String resourceName)"
summary: "Gets a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ManagedClusterInner getByResourceGroup(String resourceGroupName, String resourceName)"
desc: "Gets a managed cluster."
returns:
description: "a managed cluster."
type: "<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner&text=ManagedClusterInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getByResourceGroupAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getByResourceGroupAsync(String resourceGroupName, String resourceName)"
name: "getByResourceGroupAsync(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.getByResourceGroupAsync(String resourceGroupName, String resourceName)"
summary: "Gets a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<ManagedClusterInner> getByResourceGroupAsync(String resourceGroupName, String resourceName)"
desc: "Gets a managed cluster."
returns:
description: "a managed cluster on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner&text=ManagedClusterInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getByResourceGroupWithResponse(String resourceGroupName, String resourceName, Context context)"
name: "getByResourceGroupWithResponse(String resourceGroupName, String resourceName, Context context)"
nameWithType: "ManagedClustersClient.getByResourceGroupWithResponse(String resourceGroupName, String resourceName, Context context)"
summary: "Gets a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<ManagedClusterInner> getByResourceGroupWithResponse(String resourceGroupName, String resourceName, Context context)"
desc: "Gets a managed cluster."
returns:
description: "a managed cluster along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner&text=ManagedClusterInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getByResourceGroupWithResponseAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String resourceName)"
name: "getByResourceGroupWithResponseAsync(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String resourceName)"
summary: "Gets a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<ManagedClusterInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String resourceName)"
desc: "Gets a managed cluster."
returns:
description: "a managed cluster along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner&text=ManagedClusterInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getCommandResult(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getCommandResult(String resourceGroupName, String resourceName, String commandId)"
name: "getCommandResult(String resourceGroupName, String resourceName, String commandId)"
nameWithType: "ManagedClustersClient.getCommandResult(String resourceGroupName, String resourceName, String commandId)"
summary: "Gets the results of a command which has been run on the Managed Cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Id of the command."
name: "commandId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract RunCommandResultInner getCommandResult(String resourceGroupName, String resourceName, String commandId)"
desc: "Gets the results of a command which has been run on the Managed Cluster."
returns:
description: "the results of a command which has been run on the Managed Cluster."
type: "<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.RunCommandResultInner?alt=com.azure.resourcemanager.containerservice.fluent.models.RunCommandResultInner&text=RunCommandResultInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getCommandResultAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getCommandResultAsync(String resourceGroupName, String resourceName, String commandId)"
name: "getCommandResultAsync(String resourceGroupName, String resourceName, String commandId)"
nameWithType: "ManagedClustersClient.getCommandResultAsync(String resourceGroupName, String resourceName, String commandId)"
summary: "Gets the results of a command which has been run on the Managed Cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Id of the command."
name: "commandId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<RunCommandResultInner> getCommandResultAsync(String resourceGroupName, String resourceName, String commandId)"
desc: "Gets the results of a command which has been run on the Managed Cluster."
returns:
description: "the results of a command which has been run on the Managed Cluster on successful completion of\n <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.RunCommandResultInner?alt=com.azure.resourcemanager.containerservice.fluent.models.RunCommandResultInner&text=RunCommandResultInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getCommandResultWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getCommandResultWithResponse(String resourceGroupName, String resourceName, String commandId, Context context)"
name: "getCommandResultWithResponse(String resourceGroupName, String resourceName, String commandId, Context context)"
nameWithType: "ManagedClustersClient.getCommandResultWithResponse(String resourceGroupName, String resourceName, String commandId, Context context)"
summary: "Gets the results of a command which has been run on the Managed Cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Id of the command."
name: "commandId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ManagedClustersGetCommandResultResponse getCommandResultWithResponse(String resourceGroupName, String resourceName, String commandId, Context context)"
desc: "Gets the results of a command which has been run on the Managed Cluster."
returns:
description: "the results of a command which has been run on the Managed Cluster."
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.ManagedClustersGetCommandResultResponse?alt=com.azure.resourcemanager.containerservice.models.ManagedClustersGetCommandResultResponse&text=ManagedClustersGetCommandResultResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getCommandResultWithResponseAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getCommandResultWithResponseAsync(String resourceGroupName, String resourceName, String commandId)"
name: "getCommandResultWithResponseAsync(String resourceGroupName, String resourceName, String commandId)"
nameWithType: "ManagedClustersClient.getCommandResultWithResponseAsync(String resourceGroupName, String resourceName, String commandId)"
summary: "Gets the results of a command which has been run on the Managed Cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Id of the command."
name: "commandId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<ManagedClustersGetCommandResultResponse> getCommandResultWithResponseAsync(String resourceGroupName, String resourceName, String commandId)"
desc: "Gets the results of a command which has been run on the Managed Cluster."
returns:
description: "the results of a command which has been run on the Managed Cluster on successful completion of\n <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.containerservice.models.ManagedClustersGetCommandResultResponse?alt=com.azure.resourcemanager.containerservice.models.ManagedClustersGetCommandResultResponse&text=ManagedClustersGetCommandResultResponse\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getMeshRevisionProfile(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getMeshRevisionProfile(String location, String mode)"
name: "getMeshRevisionProfile(String location, String mode)"
nameWithType: "ManagedClustersClient.getMeshRevisionProfile(String location, String mode)"
summary: "Gets a mesh revision profile for a specified mesh in the specified location."
modifiers:
- "abstract"
parameters:
- description: "The name of the Azure region."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The mode of the mesh."
name: "mode"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract MeshRevisionProfileInner getMeshRevisionProfile(String location, String mode)"
desc: "Gets a mesh revision profile for a specified mesh in the specified location. Contains extra metadata on the revision, including supported revisions, cluster compatibility and available upgrades."
returns:
description: "mesh revision profile for a mesh."
type: "<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.MeshRevisionProfileInner?alt=com.azure.resourcemanager.containerservice.fluent.models.MeshRevisionProfileInner&text=MeshRevisionProfileInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getMeshRevisionProfileAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getMeshRevisionProfileAsync(String location, String mode)"
name: "getMeshRevisionProfileAsync(String location, String mode)"
nameWithType: "ManagedClustersClient.getMeshRevisionProfileAsync(String location, String mode)"
summary: "Gets a mesh revision profile for a specified mesh in the specified location."
modifiers:
- "abstract"
parameters:
- description: "The name of the Azure region."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The mode of the mesh."
name: "mode"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<MeshRevisionProfileInner> getMeshRevisionProfileAsync(String location, String mode)"
desc: "Gets a mesh revision profile for a specified mesh in the specified location. Contains extra metadata on the revision, including supported revisions, cluster compatibility and available upgrades."
returns:
description: "mesh revision profile for a mesh on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.MeshRevisionProfileInner?alt=com.azure.resourcemanager.containerservice.fluent.models.MeshRevisionProfileInner&text=MeshRevisionProfileInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getMeshRevisionProfileWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getMeshRevisionProfileWithResponse(String location, String mode, Context context)"
name: "getMeshRevisionProfileWithResponse(String location, String mode, Context context)"
nameWithType: "ManagedClustersClient.getMeshRevisionProfileWithResponse(String location, String mode, Context context)"
summary: "Gets a mesh revision profile for a specified mesh in the specified location."
modifiers:
- "abstract"
parameters:
- description: "The name of the Azure region."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The mode of the mesh."
name: "mode"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<MeshRevisionProfileInner> getMeshRevisionProfileWithResponse(String location, String mode, Context context)"
desc: "Gets a mesh revision profile for a specified mesh in the specified location. Contains extra metadata on the revision, including supported revisions, cluster compatibility and available upgrades."
returns:
description: "mesh revision profile for a mesh along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.MeshRevisionProfileInner?alt=com.azure.resourcemanager.containerservice.fluent.models.MeshRevisionProfileInner&text=MeshRevisionProfileInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getMeshRevisionProfileWithResponseAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getMeshRevisionProfileWithResponseAsync(String location, String mode)"
name: "getMeshRevisionProfileWithResponseAsync(String location, String mode)"
nameWithType: "ManagedClustersClient.getMeshRevisionProfileWithResponseAsync(String location, String mode)"
summary: "Gets a mesh revision profile for a specified mesh in the specified location."
modifiers:
- "abstract"
parameters:
- description: "The name of the Azure region."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The mode of the mesh."
name: "mode"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<MeshRevisionProfileInner>> getMeshRevisionProfileWithResponseAsync(String location, String mode)"
desc: "Gets a mesh revision profile for a specified mesh in the specified location. Contains extra metadata on the revision, including supported revisions, cluster compatibility and available upgrades."
returns:
description: "mesh revision profile for a mesh along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.MeshRevisionProfileInner?alt=com.azure.resourcemanager.containerservice.fluent.models.MeshRevisionProfileInner&text=MeshRevisionProfileInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getMeshUpgradeProfile(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getMeshUpgradeProfile(String resourceGroupName, String resourceName, String mode)"
name: "getMeshUpgradeProfile(String resourceGroupName, String resourceName, String mode)"
nameWithType: "ManagedClustersClient.getMeshUpgradeProfile(String resourceGroupName, String resourceName, String mode)"
summary: "Gets available upgrades for a service mesh in a cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The mode of the mesh."
name: "mode"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract MeshUpgradeProfileInner getMeshUpgradeProfile(String resourceGroupName, String resourceName, String mode)"
desc: "Gets available upgrades for a service mesh in a cluster."
returns:
description: "available upgrades for a service mesh in a cluster."
type: "<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.MeshUpgradeProfileInner?alt=com.azure.resourcemanager.containerservice.fluent.models.MeshUpgradeProfileInner&text=MeshUpgradeProfileInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getMeshUpgradeProfileAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getMeshUpgradeProfileAsync(String resourceGroupName, String resourceName, String mode)"
name: "getMeshUpgradeProfileAsync(String resourceGroupName, String resourceName, String mode)"
nameWithType: "ManagedClustersClient.getMeshUpgradeProfileAsync(String resourceGroupName, String resourceName, String mode)"
summary: "Gets available upgrades for a service mesh in a cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The mode of the mesh."
name: "mode"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<MeshUpgradeProfileInner> getMeshUpgradeProfileAsync(String resourceGroupName, String resourceName, String mode)"
desc: "Gets available upgrades for a service mesh in a cluster."
returns:
description: "available upgrades for a service mesh in a cluster on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.MeshUpgradeProfileInner?alt=com.azure.resourcemanager.containerservice.fluent.models.MeshUpgradeProfileInner&text=MeshUpgradeProfileInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getMeshUpgradeProfileWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getMeshUpgradeProfileWithResponse(String resourceGroupName, String resourceName, String mode, Context context)"
name: "getMeshUpgradeProfileWithResponse(String resourceGroupName, String resourceName, String mode, Context context)"
nameWithType: "ManagedClustersClient.getMeshUpgradeProfileWithResponse(String resourceGroupName, String resourceName, String mode, Context context)"
summary: "Gets available upgrades for a service mesh in a cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The mode of the mesh."
name: "mode"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<MeshUpgradeProfileInner> getMeshUpgradeProfileWithResponse(String resourceGroupName, String resourceName, String mode, Context context)"
desc: "Gets available upgrades for a service mesh in a cluster."
returns:
description: "available upgrades for a service mesh in a cluster along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.MeshUpgradeProfileInner?alt=com.azure.resourcemanager.containerservice.fluent.models.MeshUpgradeProfileInner&text=MeshUpgradeProfileInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getMeshUpgradeProfileWithResponseAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getMeshUpgradeProfileWithResponseAsync(String resourceGroupName, String resourceName, String mode)"
name: "getMeshUpgradeProfileWithResponseAsync(String resourceGroupName, String resourceName, String mode)"
nameWithType: "ManagedClustersClient.getMeshUpgradeProfileWithResponseAsync(String resourceGroupName, String resourceName, String mode)"
summary: "Gets available upgrades for a service mesh in a cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The mode of the mesh."
name: "mode"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<MeshUpgradeProfileInner>> getMeshUpgradeProfileWithResponseAsync(String resourceGroupName, String resourceName, String mode)"
desc: "Gets available upgrades for a service mesh in a cluster."
returns:
description: "available upgrades for a service mesh in a cluster along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion\n of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.MeshUpgradeProfileInner?alt=com.azure.resourcemanager.containerservice.fluent.models.MeshUpgradeProfileInner&text=MeshUpgradeProfileInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getUpgradeProfile(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getUpgradeProfile(String resourceGroupName, String resourceName)"
name: "getUpgradeProfile(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.getUpgradeProfile(String resourceGroupName, String resourceName)"
summary: "Gets the upgrade profile of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ManagedClusterUpgradeProfileInner getUpgradeProfile(String resourceGroupName, String resourceName)"
desc: "Gets the upgrade profile of a managed cluster."
returns:
description: "the upgrade profile of a managed cluster."
type: "<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterUpgradeProfileInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterUpgradeProfileInner&text=ManagedClusterUpgradeProfileInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getUpgradeProfileAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getUpgradeProfileAsync(String resourceGroupName, String resourceName)"
name: "getUpgradeProfileAsync(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.getUpgradeProfileAsync(String resourceGroupName, String resourceName)"
summary: "Gets the upgrade profile of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<ManagedClusterUpgradeProfileInner> getUpgradeProfileAsync(String resourceGroupName, String resourceName)"
desc: "Gets the upgrade profile of a managed cluster."
returns:
description: "the upgrade profile of a managed cluster on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterUpgradeProfileInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterUpgradeProfileInner&text=ManagedClusterUpgradeProfileInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getUpgradeProfileWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getUpgradeProfileWithResponse(String resourceGroupName, String resourceName, Context context)"
name: "getUpgradeProfileWithResponse(String resourceGroupName, String resourceName, Context context)"
nameWithType: "ManagedClustersClient.getUpgradeProfileWithResponse(String resourceGroupName, String resourceName, Context context)"
summary: "Gets the upgrade profile of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<ManagedClusterUpgradeProfileInner> getUpgradeProfileWithResponse(String resourceGroupName, String resourceName, Context context)"
desc: "Gets the upgrade profile of a managed cluster."
returns:
description: "the upgrade profile of a managed cluster along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterUpgradeProfileInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterUpgradeProfileInner&text=ManagedClusterUpgradeProfileInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getUpgradeProfileWithResponseAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.getUpgradeProfileWithResponseAsync(String resourceGroupName, String resourceName)"
name: "getUpgradeProfileWithResponseAsync(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.getUpgradeProfileWithResponseAsync(String resourceGroupName, String resourceName)"
summary: "Gets the upgrade profile of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<ManagedClusterUpgradeProfileInner>> getUpgradeProfileWithResponseAsync(String resourceGroupName, String resourceName)"
desc: "Gets the upgrade profile of a managed cluster."
returns:
description: "the upgrade profile of a managed cluster along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of\n <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterUpgradeProfileInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterUpgradeProfileInner&text=ManagedClusterUpgradeProfileInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.list()"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.list()"
name: "list()"
nameWithType: "ManagedClustersClient.list()"
summary: "Gets a list of managed clusters in the specified subscription."
modifiers:
- "abstract"
syntax: "public abstract PagedIterable<ManagedClusterInner> list()"
desc: "Gets a list of managed clusters in the specified subscription."
returns:
description: "a list of managed clusters in the specified subscription as paginated response with\n <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner&text=ManagedClusterInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.list(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.list(Context context)"
name: "list(Context context)"
nameWithType: "ManagedClustersClient.list(Context context)"
summary: "Gets a list of managed clusters in the specified subscription."
modifiers:
- "abstract"
parameters:
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<ManagedClusterInner> list(Context context)"
desc: "Gets a list of managed clusters in the specified subscription."
returns:
description: "a list of managed clusters in the specified subscription as paginated response with\n <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner&text=ManagedClusterInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listAsync()"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listAsync()"
name: "listAsync()"
nameWithType: "ManagedClustersClient.listAsync()"
summary: "Gets a list of managed clusters in the specified subscription."
modifiers:
- "abstract"
syntax: "public abstract PagedFlux<ManagedClusterInner> listAsync()"
desc: "Gets a list of managed clusters in the specified subscription."
returns:
description: "a list of managed clusters in the specified subscription as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner&text=ManagedClusterInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listByResourceGroup(java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listByResourceGroup(String resourceGroupName)"
name: "listByResourceGroup(String resourceGroupName)"
nameWithType: "ManagedClustersClient.listByResourceGroup(String resourceGroupName)"
summary: "Lists managed clusters in the specified subscription and resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<ManagedClusterInner> listByResourceGroup(String resourceGroupName)"
desc: "Lists managed clusters in the specified subscription and resource group."
returns:
description: "the response from the List Managed Clusters operation as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner&text=ManagedClusterInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listByResourceGroup(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listByResourceGroup(String resourceGroupName, Context context)"
name: "listByResourceGroup(String resourceGroupName, Context context)"
nameWithType: "ManagedClustersClient.listByResourceGroup(String resourceGroupName, Context context)"
summary: "Lists managed clusters in the specified subscription and resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<ManagedClusterInner> listByResourceGroup(String resourceGroupName, Context context)"
desc: "Lists managed clusters in the specified subscription and resource group."
returns:
description: "the response from the List Managed Clusters operation as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner&text=ManagedClusterInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listByResourceGroupAsync(java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listByResourceGroupAsync(String resourceGroupName)"
name: "listByResourceGroupAsync(String resourceGroupName)"
nameWithType: "ManagedClustersClient.listByResourceGroupAsync(String resourceGroupName)"
summary: "Lists managed clusters in the specified subscription and resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedFlux<ManagedClusterInner> listByResourceGroupAsync(String resourceGroupName)"
desc: "Lists managed clusters in the specified subscription and resource group."
returns:
description: "the response from the List Managed Clusters operation as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner&text=ManagedClusterInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listClusterAdminCredentials(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listClusterAdminCredentials(String resourceGroupName, String resourceName)"
name: "listClusterAdminCredentials(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.listClusterAdminCredentials(String resourceGroupName, String resourceName)"
summary: "Lists the admin credentials of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract CredentialResultsInner listClusterAdminCredentials(String resourceGroupName, String resourceName)"
desc: "Lists the admin credentials of a managed cluster."
returns:
description: "the list credential result response."
type: "<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.CredentialResultsInner?alt=com.azure.resourcemanager.containerservice.fluent.models.CredentialResultsInner&text=CredentialResultsInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listClusterAdminCredentialsAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listClusterAdminCredentialsAsync(String resourceGroupName, String resourceName)"
name: "listClusterAdminCredentialsAsync(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.listClusterAdminCredentialsAsync(String resourceGroupName, String resourceName)"
summary: "Lists the admin credentials of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<CredentialResultsInner> listClusterAdminCredentialsAsync(String resourceGroupName, String resourceName)"
desc: "Lists the admin credentials of a managed cluster."
returns:
description: "the list credential result response on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.CredentialResultsInner?alt=com.azure.resourcemanager.containerservice.fluent.models.CredentialResultsInner&text=CredentialResultsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listClusterAdminCredentialsWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listClusterAdminCredentialsWithResponse(String resourceGroupName, String resourceName, String serverFqdn, Context context)"
name: "listClusterAdminCredentialsWithResponse(String resourceGroupName, String resourceName, String serverFqdn, Context context)"
nameWithType: "ManagedClustersClient.listClusterAdminCredentialsWithResponse(String resourceGroupName, String resourceName, String serverFqdn, Context context)"
summary: "Lists the admin credentials of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "server fqdn type for credentials to be returned."
name: "serverFqdn"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<CredentialResultsInner> listClusterAdminCredentialsWithResponse(String resourceGroupName, String resourceName, String serverFqdn, Context context)"
desc: "Lists the admin credentials of a managed cluster."
returns:
description: "the list credential result response along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.CredentialResultsInner?alt=com.azure.resourcemanager.containerservice.fluent.models.CredentialResultsInner&text=CredentialResultsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listClusterAdminCredentialsWithResponseAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listClusterAdminCredentialsWithResponseAsync(String resourceGroupName, String resourceName, String serverFqdn)"
name: "listClusterAdminCredentialsWithResponseAsync(String resourceGroupName, String resourceName, String serverFqdn)"
nameWithType: "ManagedClustersClient.listClusterAdminCredentialsWithResponseAsync(String resourceGroupName, String resourceName, String serverFqdn)"
summary: "Lists the admin credentials of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "server fqdn type for credentials to be returned."
name: "serverFqdn"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<CredentialResultsInner>> listClusterAdminCredentialsWithResponseAsync(String resourceGroupName, String resourceName, String serverFqdn)"
desc: "Lists the admin credentials of a managed cluster."
returns:
description: "the list credential result response along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.CredentialResultsInner?alt=com.azure.resourcemanager.containerservice.fluent.models.CredentialResultsInner&text=CredentialResultsInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listClusterMonitoringUserCredentials(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listClusterMonitoringUserCredentials(String resourceGroupName, String resourceName)"
name: "listClusterMonitoringUserCredentials(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.listClusterMonitoringUserCredentials(String resourceGroupName, String resourceName)"
summary: "Lists the cluster monitoring user credentials of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract CredentialResultsInner listClusterMonitoringUserCredentials(String resourceGroupName, String resourceName)"
desc: "Lists the cluster monitoring user credentials of a managed cluster."
returns:
description: "the list credential result response."
type: "<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.CredentialResultsInner?alt=com.azure.resourcemanager.containerservice.fluent.models.CredentialResultsInner&text=CredentialResultsInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listClusterMonitoringUserCredentialsAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listClusterMonitoringUserCredentialsAsync(String resourceGroupName, String resourceName)"
name: "listClusterMonitoringUserCredentialsAsync(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.listClusterMonitoringUserCredentialsAsync(String resourceGroupName, String resourceName)"
summary: "Lists the cluster monitoring user credentials of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<CredentialResultsInner> listClusterMonitoringUserCredentialsAsync(String resourceGroupName, String resourceName)"
desc: "Lists the cluster monitoring user credentials of a managed cluster."
returns:
description: "the list credential result response on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.CredentialResultsInner?alt=com.azure.resourcemanager.containerservice.fluent.models.CredentialResultsInner&text=CredentialResultsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listClusterMonitoringUserCredentialsWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listClusterMonitoringUserCredentialsWithResponse(String resourceGroupName, String resourceName, String serverFqdn, Context context)"
name: "listClusterMonitoringUserCredentialsWithResponse(String resourceGroupName, String resourceName, String serverFqdn, Context context)"
nameWithType: "ManagedClustersClient.listClusterMonitoringUserCredentialsWithResponse(String resourceGroupName, String resourceName, String serverFqdn, Context context)"
summary: "Lists the cluster monitoring user credentials of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "server fqdn type for credentials to be returned."
name: "serverFqdn"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<CredentialResultsInner> listClusterMonitoringUserCredentialsWithResponse(String resourceGroupName, String resourceName, String serverFqdn, Context context)"
desc: "Lists the cluster monitoring user credentials of a managed cluster."
returns:
description: "the list credential result response along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.CredentialResultsInner?alt=com.azure.resourcemanager.containerservice.fluent.models.CredentialResultsInner&text=CredentialResultsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listClusterMonitoringUserCredentialsWithResponseAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listClusterMonitoringUserCredentialsWithResponseAsync(String resourceGroupName, String resourceName, String serverFqdn)"
name: "listClusterMonitoringUserCredentialsWithResponseAsync(String resourceGroupName, String resourceName, String serverFqdn)"
nameWithType: "ManagedClustersClient.listClusterMonitoringUserCredentialsWithResponseAsync(String resourceGroupName, String resourceName, String serverFqdn)"
summary: "Lists the cluster monitoring user credentials of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "server fqdn type for credentials to be returned."
name: "serverFqdn"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<CredentialResultsInner>> listClusterMonitoringUserCredentialsWithResponseAsync(String resourceGroupName, String resourceName, String serverFqdn)"
desc: "Lists the cluster monitoring user credentials of a managed cluster."
returns:
description: "the list credential result response along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.CredentialResultsInner?alt=com.azure.resourcemanager.containerservice.fluent.models.CredentialResultsInner&text=CredentialResultsInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listClusterUserCredentials(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listClusterUserCredentials(String resourceGroupName, String resourceName)"
name: "listClusterUserCredentials(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.listClusterUserCredentials(String resourceGroupName, String resourceName)"
summary: "Lists the user credentials of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract CredentialResultsInner listClusterUserCredentials(String resourceGroupName, String resourceName)"
desc: "Lists the user credentials of a managed cluster."
returns:
description: "the list credential result response."
type: "<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.CredentialResultsInner?alt=com.azure.resourcemanager.containerservice.fluent.models.CredentialResultsInner&text=CredentialResultsInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listClusterUserCredentialsAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listClusterUserCredentialsAsync(String resourceGroupName, String resourceName)"
name: "listClusterUserCredentialsAsync(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.listClusterUserCredentialsAsync(String resourceGroupName, String resourceName)"
summary: "Lists the user credentials of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<CredentialResultsInner> listClusterUserCredentialsAsync(String resourceGroupName, String resourceName)"
desc: "Lists the user credentials of a managed cluster."
returns:
description: "the list credential result response on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.CredentialResultsInner?alt=com.azure.resourcemanager.containerservice.fluent.models.CredentialResultsInner&text=CredentialResultsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listClusterUserCredentialsWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.containerservice.models.Format,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listClusterUserCredentialsWithResponse(String resourceGroupName, String resourceName, String serverFqdn, Format format, Context context)"
name: "listClusterUserCredentialsWithResponse(String resourceGroupName, String resourceName, String serverFqdn, Format format, Context context)"
nameWithType: "ManagedClustersClient.listClusterUserCredentialsWithResponse(String resourceGroupName, String resourceName, String serverFqdn, Format format, Context context)"
summary: "Lists the user credentials of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "server fqdn type for credentials to be returned."
name: "serverFqdn"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Only apply to AAD clusters, specifies the format of returned kubeconfig. Format 'azure' will return\n azure auth-provider kubeconfig; format 'exec' will return exec format kubeconfig, which requires kubelogin binary\n in the path."
name: "format"
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.Format?alt=com.azure.resourcemanager.containerservice.models.Format&text=Format\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<CredentialResultsInner> listClusterUserCredentialsWithResponse(String resourceGroupName, String resourceName, String serverFqdn, Format format, Context context)"
desc: "Lists the user credentials of a managed cluster."
returns:
description: "the list credential result response along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.CredentialResultsInner?alt=com.azure.resourcemanager.containerservice.fluent.models.CredentialResultsInner&text=CredentialResultsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listClusterUserCredentialsWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.containerservice.models.Format)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listClusterUserCredentialsWithResponseAsync(String resourceGroupName, String resourceName, String serverFqdn, Format format)"
name: "listClusterUserCredentialsWithResponseAsync(String resourceGroupName, String resourceName, String serverFqdn, Format format)"
nameWithType: "ManagedClustersClient.listClusterUserCredentialsWithResponseAsync(String resourceGroupName, String resourceName, String serverFqdn, Format format)"
summary: "Lists the user credentials of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "server fqdn type for credentials to be returned."
name: "serverFqdn"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Only apply to AAD clusters, specifies the format of returned kubeconfig. Format 'azure' will return\n azure auth-provider kubeconfig; format 'exec' will return exec format kubeconfig, which requires kubelogin binary\n in the path."
name: "format"
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.Format?alt=com.azure.resourcemanager.containerservice.models.Format&text=Format\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Response<CredentialResultsInner>> listClusterUserCredentialsWithResponseAsync(String resourceGroupName, String resourceName, String serverFqdn, Format format)"
desc: "Lists the user credentials of a managed cluster."
returns:
description: "the list credential result response along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.CredentialResultsInner?alt=com.azure.resourcemanager.containerservice.fluent.models.CredentialResultsInner&text=CredentialResultsInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listKubernetesVersions(java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listKubernetesVersions(String location)"
name: "listKubernetesVersions(String location)"
nameWithType: "ManagedClustersClient.listKubernetesVersions(String location)"
summary: "Gets a list of supported Kubernetes versions in the specified subscription."
modifiers:
- "abstract"
parameters:
- description: "The name of the Azure region."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract KubernetesVersionListResultInner listKubernetesVersions(String location)"
desc: "Gets a list of supported Kubernetes versions in the specified subscription. Contains extra metadata on the version, including supported patch versions, capabilities, available upgrades, and details on preview status of the version."
returns:
description: "hold values properties, which is array of KubernetesVersion."
type: "<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.KubernetesVersionListResultInner?alt=com.azure.resourcemanager.containerservice.fluent.models.KubernetesVersionListResultInner&text=KubernetesVersionListResultInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listKubernetesVersionsAsync(java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listKubernetesVersionsAsync(String location)"
name: "listKubernetesVersionsAsync(String location)"
nameWithType: "ManagedClustersClient.listKubernetesVersionsAsync(String location)"
summary: "Gets a list of supported Kubernetes versions in the specified subscription."
modifiers:
- "abstract"
parameters:
- description: "The name of the Azure region."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<KubernetesVersionListResultInner> listKubernetesVersionsAsync(String location)"
desc: "Gets a list of supported Kubernetes versions in the specified subscription. Contains extra metadata on the version, including supported patch versions, capabilities, available upgrades, and details on preview status of the version."
returns:
description: "hold values properties, which is array of KubernetesVersion on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.KubernetesVersionListResultInner?alt=com.azure.resourcemanager.containerservice.fluent.models.KubernetesVersionListResultInner&text=KubernetesVersionListResultInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listKubernetesVersionsWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listKubernetesVersionsWithResponse(String location, Context context)"
name: "listKubernetesVersionsWithResponse(String location, Context context)"
nameWithType: "ManagedClustersClient.listKubernetesVersionsWithResponse(String location, Context context)"
summary: "Gets a list of supported Kubernetes versions in the specified subscription."
modifiers:
- "abstract"
parameters:
- description: "The name of the Azure region."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<KubernetesVersionListResultInner> listKubernetesVersionsWithResponse(String location, Context context)"
desc: "Gets a list of supported Kubernetes versions in the specified subscription. Contains extra metadata on the version, including supported patch versions, capabilities, available upgrades, and details on preview status of the version."
returns:
description: "hold values properties, which is array of KubernetesVersion along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.KubernetesVersionListResultInner?alt=com.azure.resourcemanager.containerservice.fluent.models.KubernetesVersionListResultInner&text=KubernetesVersionListResultInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listKubernetesVersionsWithResponseAsync(java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listKubernetesVersionsWithResponseAsync(String location)"
name: "listKubernetesVersionsWithResponseAsync(String location)"
nameWithType: "ManagedClustersClient.listKubernetesVersionsWithResponseAsync(String location)"
summary: "Gets a list of supported Kubernetes versions in the specified subscription."
modifiers:
- "abstract"
parameters:
- description: "The name of the Azure region."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<KubernetesVersionListResultInner>> listKubernetesVersionsWithResponseAsync(String location)"
desc: "Gets a list of supported Kubernetes versions in the specified subscription. Contains extra metadata on the version, including supported patch versions, capabilities, available upgrades, and details on preview status of the version."
returns:
description: "hold values properties, which is array of KubernetesVersion along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful\n completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.KubernetesVersionListResultInner?alt=com.azure.resourcemanager.containerservice.fluent.models.KubernetesVersionListResultInner&text=KubernetesVersionListResultInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listMeshRevisionProfiles(java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listMeshRevisionProfiles(String location)"
name: "listMeshRevisionProfiles(String location)"
nameWithType: "ManagedClustersClient.listMeshRevisionProfiles(String location)"
summary: "Lists mesh revision profiles for all meshes in the specified location."
modifiers:
- "abstract"
parameters:
- description: "The name of the Azure region."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<MeshRevisionProfileInner> listMeshRevisionProfiles(String location)"
desc: "Lists mesh revision profiles for all meshes in the specified location. Contains extra metadata on each revision, including supported revisions, cluster compatibility and available upgrades."
returns:
description: "holds an array of MeshRevisionsProfiles as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.MeshRevisionProfileInner?alt=com.azure.resourcemanager.containerservice.fluent.models.MeshRevisionProfileInner&text=MeshRevisionProfileInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listMeshRevisionProfiles(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listMeshRevisionProfiles(String location, Context context)"
name: "listMeshRevisionProfiles(String location, Context context)"
nameWithType: "ManagedClustersClient.listMeshRevisionProfiles(String location, Context context)"
summary: "Lists mesh revision profiles for all meshes in the specified location."
modifiers:
- "abstract"
parameters:
- description: "The name of the Azure region."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<MeshRevisionProfileInner> listMeshRevisionProfiles(String location, Context context)"
desc: "Lists mesh revision profiles for all meshes in the specified location. Contains extra metadata on each revision, including supported revisions, cluster compatibility and available upgrades."
returns:
description: "holds an array of MeshRevisionsProfiles as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.MeshRevisionProfileInner?alt=com.azure.resourcemanager.containerservice.fluent.models.MeshRevisionProfileInner&text=MeshRevisionProfileInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listMeshRevisionProfilesAsync(java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listMeshRevisionProfilesAsync(String location)"
name: "listMeshRevisionProfilesAsync(String location)"
nameWithType: "ManagedClustersClient.listMeshRevisionProfilesAsync(String location)"
summary: "Lists mesh revision profiles for all meshes in the specified location."
modifiers:
- "abstract"
parameters:
- description: "The name of the Azure region."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedFlux<MeshRevisionProfileInner> listMeshRevisionProfilesAsync(String location)"
desc: "Lists mesh revision profiles for all meshes in the specified location. Contains extra metadata on each revision, including supported revisions, cluster compatibility and available upgrades."
returns:
description: "holds an array of MeshRevisionsProfiles as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.MeshRevisionProfileInner?alt=com.azure.resourcemanager.containerservice.fluent.models.MeshRevisionProfileInner&text=MeshRevisionProfileInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listMeshUpgradeProfiles(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listMeshUpgradeProfiles(String resourceGroupName, String resourceName)"
name: "listMeshUpgradeProfiles(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.listMeshUpgradeProfiles(String resourceGroupName, String resourceName)"
summary: "Lists available upgrades for all service meshes in a specific cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<MeshUpgradeProfileInner> listMeshUpgradeProfiles(String resourceGroupName, String resourceName)"
desc: "Lists available upgrades for all service meshes in a specific cluster."
returns:
description: "holds an array of MeshUpgradeProfiles as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.MeshUpgradeProfileInner?alt=com.azure.resourcemanager.containerservice.fluent.models.MeshUpgradeProfileInner&text=MeshUpgradeProfileInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listMeshUpgradeProfiles(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listMeshUpgradeProfiles(String resourceGroupName, String resourceName, Context context)"
name: "listMeshUpgradeProfiles(String resourceGroupName, String resourceName, Context context)"
nameWithType: "ManagedClustersClient.listMeshUpgradeProfiles(String resourceGroupName, String resourceName, Context context)"
summary: "Lists available upgrades for all service meshes in a specific cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<MeshUpgradeProfileInner> listMeshUpgradeProfiles(String resourceGroupName, String resourceName, Context context)"
desc: "Lists available upgrades for all service meshes in a specific cluster."
returns:
description: "holds an array of MeshUpgradeProfiles as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.MeshUpgradeProfileInner?alt=com.azure.resourcemanager.containerservice.fluent.models.MeshUpgradeProfileInner&text=MeshUpgradeProfileInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listMeshUpgradeProfilesAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listMeshUpgradeProfilesAsync(String resourceGroupName, String resourceName)"
name: "listMeshUpgradeProfilesAsync(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.listMeshUpgradeProfilesAsync(String resourceGroupName, String resourceName)"
summary: "Lists available upgrades for all service meshes in a specific cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedFlux<MeshUpgradeProfileInner> listMeshUpgradeProfilesAsync(String resourceGroupName, String resourceName)"
desc: "Lists available upgrades for all service meshes in a specific cluster."
returns:
description: "holds an array of MeshUpgradeProfiles as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.MeshUpgradeProfileInner?alt=com.azure.resourcemanager.containerservice.fluent.models.MeshUpgradeProfileInner&text=MeshUpgradeProfileInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listOutboundNetworkDependenciesEndpoints(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listOutboundNetworkDependenciesEndpoints(String resourceGroupName, String resourceName)"
name: "listOutboundNetworkDependenciesEndpoints(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.listOutboundNetworkDependenciesEndpoints(String resourceGroupName, String resourceName)"
summary: "Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the specified managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<OutboundEnvironmentEndpointInner> listOutboundNetworkDependenciesEndpoints(String resourceGroupName, String resourceName)"
desc: "Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the specified managed cluster. Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the specified managed cluster. The operation returns properties of each egress endpoint."
returns:
description: "a list of egress endpoints (network endpoints of all outbound dependencies) in the specified managed\n cluster as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.OutboundEnvironmentEndpointInner?alt=com.azure.resourcemanager.containerservice.fluent.models.OutboundEnvironmentEndpointInner&text=OutboundEnvironmentEndpointInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listOutboundNetworkDependenciesEndpoints(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listOutboundNetworkDependenciesEndpoints(String resourceGroupName, String resourceName, Context context)"
name: "listOutboundNetworkDependenciesEndpoints(String resourceGroupName, String resourceName, Context context)"
nameWithType: "ManagedClustersClient.listOutboundNetworkDependenciesEndpoints(String resourceGroupName, String resourceName, Context context)"
summary: "Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the specified managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<OutboundEnvironmentEndpointInner> listOutboundNetworkDependenciesEndpoints(String resourceGroupName, String resourceName, Context context)"
desc: "Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the specified managed cluster. Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the specified managed cluster. The operation returns properties of each egress endpoint."
returns:
description: "a list of egress endpoints (network endpoints of all outbound dependencies) in the specified managed\n cluster as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.OutboundEnvironmentEndpointInner?alt=com.azure.resourcemanager.containerservice.fluent.models.OutboundEnvironmentEndpointInner&text=OutboundEnvironmentEndpointInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listOutboundNetworkDependenciesEndpointsAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.listOutboundNetworkDependenciesEndpointsAsync(String resourceGroupName, String resourceName)"
name: "listOutboundNetworkDependenciesEndpointsAsync(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.listOutboundNetworkDependenciesEndpointsAsync(String resourceGroupName, String resourceName)"
summary: "Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the specified managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedFlux<OutboundEnvironmentEndpointInner> listOutboundNetworkDependenciesEndpointsAsync(String resourceGroupName, String resourceName)"
desc: "Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the specified managed cluster. Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the specified managed cluster. The operation returns properties of each egress endpoint."
returns:
description: "a list of egress endpoints (network endpoints of all outbound dependencies) in the specified managed\n cluster as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.OutboundEnvironmentEndpointInner?alt=com.azure.resourcemanager.containerservice.fluent.models.OutboundEnvironmentEndpointInner&text=OutboundEnvironmentEndpointInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.resetAadProfile(java.lang.String,java.lang.String,com.azure.resourcemanager.containerservice.models.ManagedClusterAadProfile)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.resetAadProfile(String resourceGroupName, String resourceName, ManagedClusterAadProfile parameters)"
name: "resetAadProfile(String resourceGroupName, String resourceName, ManagedClusterAadProfile parameters)"
nameWithType: "ManagedClustersClient.resetAadProfile(String resourceGroupName, String resourceName, ManagedClusterAadProfile parameters)"
summary: "Reset the AAD Profile of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The AAD profile to set on the Managed Cluster."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.ManagedClusterAadProfile?alt=com.azure.resourcemanager.containerservice.models.ManagedClusterAadProfile&text=ManagedClusterAadProfile\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void resetAadProfile(String resourceGroupName, String resourceName, ManagedClusterAadProfile parameters)"
desc: "Reset the AAD Profile of a managed cluster. \\*\\*WARNING\\*\\*: This API will be deprecated. Please see \\[AKS-managed Azure Active Directory integration\\](https://aka.ms/aks-managed-aad) to update your cluster with AKS-managed Azure AD."
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.resetAadProfile(java.lang.String,java.lang.String,com.azure.resourcemanager.containerservice.models.ManagedClusterAadProfile,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.resetAadProfile(String resourceGroupName, String resourceName, ManagedClusterAadProfile parameters, Context context)"
name: "resetAadProfile(String resourceGroupName, String resourceName, ManagedClusterAadProfile parameters, Context context)"
nameWithType: "ManagedClustersClient.resetAadProfile(String resourceGroupName, String resourceName, ManagedClusterAadProfile parameters, Context context)"
summary: "Reset the AAD Profile of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The AAD profile to set on the Managed Cluster."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.ManagedClusterAadProfile?alt=com.azure.resourcemanager.containerservice.models.ManagedClusterAadProfile&text=ManagedClusterAadProfile\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void resetAadProfile(String resourceGroupName, String resourceName, ManagedClusterAadProfile parameters, Context context)"
desc: "Reset the AAD Profile of a managed cluster. \\*\\*WARNING\\*\\*: This API will be deprecated. Please see \\[AKS-managed Azure Active Directory integration\\](https://aka.ms/aks-managed-aad) to update your cluster with AKS-managed Azure AD."
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.resetAadProfileAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.containerservice.models.ManagedClusterAadProfile)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.resetAadProfileAsync(String resourceGroupName, String resourceName, ManagedClusterAadProfile parameters)"
name: "resetAadProfileAsync(String resourceGroupName, String resourceName, ManagedClusterAadProfile parameters)"
nameWithType: "ManagedClustersClient.resetAadProfileAsync(String resourceGroupName, String resourceName, ManagedClusterAadProfile parameters)"
summary: "Reset the AAD Profile of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The AAD profile to set on the Managed Cluster."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.ManagedClusterAadProfile?alt=com.azure.resourcemanager.containerservice.models.ManagedClusterAadProfile&text=ManagedClusterAadProfile\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Void> resetAadProfileAsync(String resourceGroupName, String resourceName, ManagedClusterAadProfile parameters)"
desc: "Reset the AAD Profile of a managed cluster. \\*\\*WARNING\\*\\*: This API will be deprecated. Please see \\[AKS-managed Azure Active Directory integration\\](https://aka.ms/aks-managed-aad) to update your cluster with AKS-managed Azure AD."
returns:
description: "A <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref> that completes when a successful response is received."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.resetAadProfileWithResponseAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.containerservice.models.ManagedClusterAadProfile)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.resetAadProfileWithResponseAsync(String resourceGroupName, String resourceName, ManagedClusterAadProfile parameters)"
name: "resetAadProfileWithResponseAsync(String resourceGroupName, String resourceName, ManagedClusterAadProfile parameters)"
nameWithType: "ManagedClustersClient.resetAadProfileWithResponseAsync(String resourceGroupName, String resourceName, ManagedClusterAadProfile parameters)"
summary: "Reset the AAD Profile of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The AAD profile to set on the Managed Cluster."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.ManagedClusterAadProfile?alt=com.azure.resourcemanager.containerservice.models.ManagedClusterAadProfile&text=ManagedClusterAadProfile\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> resetAadProfileWithResponseAsync(String resourceGroupName, String resourceName, ManagedClusterAadProfile parameters)"
desc: "Reset the AAD Profile of a managed cluster. \\*\\*WARNING\\*\\*: This API will be deprecated. Please see \\[AKS-managed Azure Active Directory integration\\](https://aka.ms/aks-managed-aad) to update your cluster with AKS-managed Azure AD."
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>&gt;&gt;&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.resetServicePrincipalProfile(java.lang.String,java.lang.String,com.azure.resourcemanager.containerservice.models.ManagedClusterServicePrincipalProfile)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.resetServicePrincipalProfile(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters)"
name: "resetServicePrincipalProfile(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters)"
nameWithType: "ManagedClustersClient.resetServicePrincipalProfile(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters)"
summary: "Reset the Service Principal Profile of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The service principal profile to set on the managed cluster."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.ManagedClusterServicePrincipalProfile?alt=com.azure.resourcemanager.containerservice.models.ManagedClusterServicePrincipalProfile&text=ManagedClusterServicePrincipalProfile\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void resetServicePrincipalProfile(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters)"
desc: "Reset the Service Principal Profile of a managed cluster. This action cannot be performed on a cluster that is not using a service principal."
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.resetServicePrincipalProfile(java.lang.String,java.lang.String,com.azure.resourcemanager.containerservice.models.ManagedClusterServicePrincipalProfile,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.resetServicePrincipalProfile(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters, Context context)"
name: "resetServicePrincipalProfile(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters, Context context)"
nameWithType: "ManagedClustersClient.resetServicePrincipalProfile(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters, Context context)"
summary: "Reset the Service Principal Profile of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The service principal profile to set on the managed cluster."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.ManagedClusterServicePrincipalProfile?alt=com.azure.resourcemanager.containerservice.models.ManagedClusterServicePrincipalProfile&text=ManagedClusterServicePrincipalProfile\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void resetServicePrincipalProfile(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters, Context context)"
desc: "Reset the Service Principal Profile of a managed cluster. This action cannot be performed on a cluster that is not using a service principal."
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.resetServicePrincipalProfileAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.containerservice.models.ManagedClusterServicePrincipalProfile)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.resetServicePrincipalProfileAsync(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters)"
name: "resetServicePrincipalProfileAsync(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters)"
nameWithType: "ManagedClustersClient.resetServicePrincipalProfileAsync(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters)"
summary: "Reset the Service Principal Profile of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The service principal profile to set on the managed cluster."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.ManagedClusterServicePrincipalProfile?alt=com.azure.resourcemanager.containerservice.models.ManagedClusterServicePrincipalProfile&text=ManagedClusterServicePrincipalProfile\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Void> resetServicePrincipalProfileAsync(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters)"
desc: "Reset the Service Principal Profile of a managed cluster. This action cannot be performed on a cluster that is not using a service principal."
returns:
description: "A <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref> that completes when a successful response is received."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.resetServicePrincipalProfileWithResponseAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.containerservice.models.ManagedClusterServicePrincipalProfile)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.resetServicePrincipalProfileWithResponseAsync(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters)"
name: "resetServicePrincipalProfileWithResponseAsync(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters)"
nameWithType: "ManagedClustersClient.resetServicePrincipalProfileWithResponseAsync(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters)"
summary: "Reset the Service Principal Profile of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The service principal profile to set on the managed cluster."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.ManagedClusterServicePrincipalProfile?alt=com.azure.resourcemanager.containerservice.models.ManagedClusterServicePrincipalProfile&text=ManagedClusterServicePrincipalProfile\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> resetServicePrincipalProfileWithResponseAsync(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters)"
desc: "Reset the Service Principal Profile of a managed cluster. This action cannot be performed on a cluster that is not using a service principal."
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>&gt;&gt;&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.rotateClusterCertificates(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.rotateClusterCertificates(String resourceGroupName, String resourceName)"
name: "rotateClusterCertificates(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.rotateClusterCertificates(String resourceGroupName, String resourceName)"
summary: "Rotates the certificates of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void rotateClusterCertificates(String resourceGroupName, String resourceName)"
desc: "Rotates the certificates of a managed cluster. See \\[Certificate rotation\\](https://docs.microsoft.com/azure/aks/certificate-rotation) for more details about rotating managed cluster certificates."
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.rotateClusterCertificates(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.rotateClusterCertificates(String resourceGroupName, String resourceName, Context context)"
name: "rotateClusterCertificates(String resourceGroupName, String resourceName, Context context)"
nameWithType: "ManagedClustersClient.rotateClusterCertificates(String resourceGroupName, String resourceName, Context context)"
summary: "Rotates the certificates of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void rotateClusterCertificates(String resourceGroupName, String resourceName, Context context)"
desc: "Rotates the certificates of a managed cluster. See \\[Certificate rotation\\](https://docs.microsoft.com/azure/aks/certificate-rotation) for more details about rotating managed cluster certificates."
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.rotateClusterCertificatesAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.rotateClusterCertificatesAsync(String resourceGroupName, String resourceName)"
name: "rotateClusterCertificatesAsync(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.rotateClusterCertificatesAsync(String resourceGroupName, String resourceName)"
summary: "Rotates the certificates of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Void> rotateClusterCertificatesAsync(String resourceGroupName, String resourceName)"
desc: "Rotates the certificates of a managed cluster. See \\[Certificate rotation\\](https://docs.microsoft.com/azure/aks/certificate-rotation) for more details about rotating managed cluster certificates."
returns:
description: "A <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref> that completes when a successful response is received."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.rotateClusterCertificatesWithResponseAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.rotateClusterCertificatesWithResponseAsync(String resourceGroupName, String resourceName)"
name: "rotateClusterCertificatesWithResponseAsync(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.rotateClusterCertificatesWithResponseAsync(String resourceGroupName, String resourceName)"
summary: "Rotates the certificates of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> rotateClusterCertificatesWithResponseAsync(String resourceGroupName, String resourceName)"
desc: "Rotates the certificates of a managed cluster. See \\[Certificate rotation\\](https://docs.microsoft.com/azure/aks/certificate-rotation) for more details about rotating managed cluster certificates."
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>&gt;&gt;&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.rotateServiceAccountSigningKeys(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.rotateServiceAccountSigningKeys(String resourceGroupName, String resourceName)"
name: "rotateServiceAccountSigningKeys(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.rotateServiceAccountSigningKeys(String resourceGroupName, String resourceName)"
summary: "Rotates the service account signing keys of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void rotateServiceAccountSigningKeys(String resourceGroupName, String resourceName)"
desc: "Rotates the service account signing keys of a managed cluster."
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.rotateServiceAccountSigningKeys(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.rotateServiceAccountSigningKeys(String resourceGroupName, String resourceName, Context context)"
name: "rotateServiceAccountSigningKeys(String resourceGroupName, String resourceName, Context context)"
nameWithType: "ManagedClustersClient.rotateServiceAccountSigningKeys(String resourceGroupName, String resourceName, Context context)"
summary: "Rotates the service account signing keys of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void rotateServiceAccountSigningKeys(String resourceGroupName, String resourceName, Context context)"
desc: "Rotates the service account signing keys of a managed cluster."
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.rotateServiceAccountSigningKeysAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.rotateServiceAccountSigningKeysAsync(String resourceGroupName, String resourceName)"
name: "rotateServiceAccountSigningKeysAsync(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.rotateServiceAccountSigningKeysAsync(String resourceGroupName, String resourceName)"
summary: "Rotates the service account signing keys of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Void> rotateServiceAccountSigningKeysAsync(String resourceGroupName, String resourceName)"
desc: "Rotates the service account signing keys of a managed cluster."
returns:
description: "A <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref> that completes when a successful response is received."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.rotateServiceAccountSigningKeysWithResponseAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.rotateServiceAccountSigningKeysWithResponseAsync(String resourceGroupName, String resourceName)"
name: "rotateServiceAccountSigningKeysWithResponseAsync(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.rotateServiceAccountSigningKeysWithResponseAsync(String resourceGroupName, String resourceName)"
summary: "Rotates the service account signing keys of a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> rotateServiceAccountSigningKeysWithResponseAsync(String resourceGroupName, String resourceName)"
desc: "Rotates the service account signing keys of a managed cluster."
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>&gt;&gt;&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.runCommand(java.lang.String,java.lang.String,com.azure.resourcemanager.containerservice.models.RunCommandRequest)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.runCommand(String resourceGroupName, String resourceName, RunCommandRequest requestPayload)"
name: "runCommand(String resourceGroupName, String resourceName, RunCommandRequest requestPayload)"
nameWithType: "ManagedClustersClient.runCommand(String resourceGroupName, String resourceName, RunCommandRequest requestPayload)"
summary: "Submits a command to run against the Managed Cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The run command request."
name: "requestPayload"
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.RunCommandRequest?alt=com.azure.resourcemanager.containerservice.models.RunCommandRequest&text=RunCommandRequest\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract RunCommandResultInner runCommand(String resourceGroupName, String resourceName, RunCommandRequest requestPayload)"
desc: "Submits a command to run against the Managed Cluster. AKS will create a pod to run the command. This is primarily useful for private clusters. For more information see \\[AKS Run Command\\](https://docs.microsoft.com/azure/aks/private-clusters\\#aks-run-command-preview)."
returns:
description: "run command result."
type: "<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.RunCommandResultInner?alt=com.azure.resourcemanager.containerservice.fluent.models.RunCommandResultInner&text=RunCommandResultInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.runCommand(java.lang.String,java.lang.String,com.azure.resourcemanager.containerservice.models.RunCommandRequest,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.runCommand(String resourceGroupName, String resourceName, RunCommandRequest requestPayload, Context context)"
name: "runCommand(String resourceGroupName, String resourceName, RunCommandRequest requestPayload, Context context)"
nameWithType: "ManagedClustersClient.runCommand(String resourceGroupName, String resourceName, RunCommandRequest requestPayload, Context context)"
summary: "Submits a command to run against the Managed Cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The run command request."
name: "requestPayload"
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.RunCommandRequest?alt=com.azure.resourcemanager.containerservice.models.RunCommandRequest&text=RunCommandRequest\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract RunCommandResultInner runCommand(String resourceGroupName, String resourceName, RunCommandRequest requestPayload, Context context)"
desc: "Submits a command to run against the Managed Cluster. AKS will create a pod to run the command. This is primarily useful for private clusters. For more information see \\[AKS Run Command\\](https://docs.microsoft.com/azure/aks/private-clusters\\#aks-run-command-preview)."
returns:
description: "run command result."
type: "<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.RunCommandResultInner?alt=com.azure.resourcemanager.containerservice.fluent.models.RunCommandResultInner&text=RunCommandResultInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.runCommandAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.containerservice.models.RunCommandRequest)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.runCommandAsync(String resourceGroupName, String resourceName, RunCommandRequest requestPayload)"
name: "runCommandAsync(String resourceGroupName, String resourceName, RunCommandRequest requestPayload)"
nameWithType: "ManagedClustersClient.runCommandAsync(String resourceGroupName, String resourceName, RunCommandRequest requestPayload)"
summary: "Submits a command to run against the Managed Cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The run command request."
name: "requestPayload"
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.RunCommandRequest?alt=com.azure.resourcemanager.containerservice.models.RunCommandRequest&text=RunCommandRequest\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<RunCommandResultInner> runCommandAsync(String resourceGroupName, String resourceName, RunCommandRequest requestPayload)"
desc: "Submits a command to run against the Managed Cluster. AKS will create a pod to run the command. This is primarily useful for private clusters. For more information see \\[AKS Run Command\\](https://docs.microsoft.com/azure/aks/private-clusters\\#aks-run-command-preview)."
returns:
description: "run command result on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.RunCommandResultInner?alt=com.azure.resourcemanager.containerservice.fluent.models.RunCommandResultInner&text=RunCommandResultInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.runCommandWithResponseAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.containerservice.models.RunCommandRequest)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.runCommandWithResponseAsync(String resourceGroupName, String resourceName, RunCommandRequest requestPayload)"
name: "runCommandWithResponseAsync(String resourceGroupName, String resourceName, RunCommandRequest requestPayload)"
nameWithType: "ManagedClustersClient.runCommandWithResponseAsync(String resourceGroupName, String resourceName, RunCommandRequest requestPayload)"
summary: "Submits a command to run against the Managed Cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The run command request."
name: "requestPayload"
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.RunCommandRequest?alt=com.azure.resourcemanager.containerservice.models.RunCommandRequest&text=RunCommandRequest\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> runCommandWithResponseAsync(String resourceGroupName, String resourceName, RunCommandRequest requestPayload)"
desc: "Submits a command to run against the Managed Cluster. AKS will create a pod to run the command. This is primarily useful for private clusters. For more information see \\[AKS Run Command\\](https://docs.microsoft.com/azure/aks/private-clusters\\#aks-run-command-preview)."
returns:
description: "run command result along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>&gt;&gt;&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.start(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.start(String resourceGroupName, String resourceName)"
name: "start(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.start(String resourceGroupName, String resourceName)"
summary: "Starts a previously stopped Managed Cluster See \\[starting a cluster\\](https://docs.<wbr>microsoft.<wbr>com/azure/aks/start-stop-cluster) for more details about starting a cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void start(String resourceGroupName, String resourceName)"
desc: "Starts a previously stopped Managed Cluster See \\[starting a cluster\\](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about starting a cluster."
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.start(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.start(String resourceGroupName, String resourceName, Context context)"
name: "start(String resourceGroupName, String resourceName, Context context)"
nameWithType: "ManagedClustersClient.start(String resourceGroupName, String resourceName, Context context)"
summary: "Starts a previously stopped Managed Cluster See \\[starting a cluster\\](https://docs.<wbr>microsoft.<wbr>com/azure/aks/start-stop-cluster) for more details about starting a cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void start(String resourceGroupName, String resourceName, Context context)"
desc: "Starts a previously stopped Managed Cluster See \\[starting a cluster\\](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about starting a cluster."
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.startAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.startAsync(String resourceGroupName, String resourceName)"
name: "startAsync(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.startAsync(String resourceGroupName, String resourceName)"
summary: "Starts a previously stopped Managed Cluster See \\[starting a cluster\\](https://docs.<wbr>microsoft.<wbr>com/azure/aks/start-stop-cluster) for more details about starting a cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Void> startAsync(String resourceGroupName, String resourceName)"
desc: "Starts a previously stopped Managed Cluster See \\[starting a cluster\\](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about starting a cluster."
returns:
description: "A <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref> that completes when a successful response is received."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.startWithResponseAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.startWithResponseAsync(String resourceGroupName, String resourceName)"
name: "startWithResponseAsync(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.startWithResponseAsync(String resourceGroupName, String resourceName)"
summary: "Starts a previously stopped Managed Cluster See \\[starting a cluster\\](https://docs.<wbr>microsoft.<wbr>com/azure/aks/start-stop-cluster) for more details about starting a cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> startWithResponseAsync(String resourceGroupName, String resourceName)"
desc: "Starts a previously stopped Managed Cluster See \\[starting a cluster\\](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about starting a cluster."
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>&gt;&gt;&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.stop(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.stop(String resourceGroupName, String resourceName)"
name: "stop(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.stop(String resourceGroupName, String resourceName)"
summary: "Stops a Managed Cluster This can only be performed on Azure Virtual Machine Scale set backed clusters."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void stop(String resourceGroupName, String resourceName)"
desc: "Stops a Managed Cluster This can only be performed on Azure Virtual Machine Scale set backed clusters. Stopping a cluster stops the control plane and agent nodes entirely, while maintaining all object and cluster state. A cluster does not accrue charges while it is stopped. See \\[stopping a cluster\\](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about stopping a cluster."
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.stop(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.stop(String resourceGroupName, String resourceName, Context context)"
name: "stop(String resourceGroupName, String resourceName, Context context)"
nameWithType: "ManagedClustersClient.stop(String resourceGroupName, String resourceName, Context context)"
summary: "Stops a Managed Cluster This can only be performed on Azure Virtual Machine Scale set backed clusters."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void stop(String resourceGroupName, String resourceName, Context context)"
desc: "Stops a Managed Cluster This can only be performed on Azure Virtual Machine Scale set backed clusters. Stopping a cluster stops the control plane and agent nodes entirely, while maintaining all object and cluster state. A cluster does not accrue charges while it is stopped. See \\[stopping a cluster\\](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about stopping a cluster."
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.stopAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.stopAsync(String resourceGroupName, String resourceName)"
name: "stopAsync(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.stopAsync(String resourceGroupName, String resourceName)"
summary: "Stops a Managed Cluster This can only be performed on Azure Virtual Machine Scale set backed clusters."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Void> stopAsync(String resourceGroupName, String resourceName)"
desc: "Stops a Managed Cluster This can only be performed on Azure Virtual Machine Scale set backed clusters. Stopping a cluster stops the control plane and agent nodes entirely, while maintaining all object and cluster state. A cluster does not accrue charges while it is stopped. See \\[stopping a cluster\\](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about stopping a cluster."
returns:
description: "A <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref> that completes when a successful response is received."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.stopWithResponseAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.stopWithResponseAsync(String resourceGroupName, String resourceName)"
name: "stopWithResponseAsync(String resourceGroupName, String resourceName)"
nameWithType: "ManagedClustersClient.stopWithResponseAsync(String resourceGroupName, String resourceName)"
summary: "Stops a Managed Cluster This can only be performed on Azure Virtual Machine Scale set backed clusters."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> stopWithResponseAsync(String resourceGroupName, String resourceName)"
desc: "Stops a Managed Cluster This can only be performed on Azure Virtual Machine Scale set backed clusters. Stopping a cluster stops the control plane and agent nodes entirely, while maintaining all object and cluster state. A cluster does not accrue charges while it is stopped. See \\[stopping a cluster\\](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about stopping a cluster."
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>&gt;&gt;&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.updateTags(java.lang.String,java.lang.String,com.azure.resourcemanager.containerservice.models.TagsObject)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.updateTags(String resourceGroupName, String resourceName, TagsObject parameters)"
name: "updateTags(String resourceGroupName, String resourceName, TagsObject parameters)"
nameWithType: "ManagedClustersClient.updateTags(String resourceGroupName, String resourceName, TagsObject parameters)"
summary: "Updates tags on a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to the Update Managed Cluster Tags operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.TagsObject?alt=com.azure.resourcemanager.containerservice.models.TagsObject&text=TagsObject\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ManagedClusterInner updateTags(String resourceGroupName, String resourceName, TagsObject parameters)"
desc: "Updates tags on a managed cluster."
returns:
description: "managed cluster."
type: "<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner&text=ManagedClusterInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.updateTags(java.lang.String,java.lang.String,com.azure.resourcemanager.containerservice.models.TagsObject,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.updateTags(String resourceGroupName, String resourceName, TagsObject parameters, Context context)"
name: "updateTags(String resourceGroupName, String resourceName, TagsObject parameters, Context context)"
nameWithType: "ManagedClustersClient.updateTags(String resourceGroupName, String resourceName, TagsObject parameters, Context context)"
summary: "Updates tags on a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to the Update Managed Cluster Tags operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.TagsObject?alt=com.azure.resourcemanager.containerservice.models.TagsObject&text=TagsObject\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ManagedClusterInner updateTags(String resourceGroupName, String resourceName, TagsObject parameters, Context context)"
desc: "Updates tags on a managed cluster."
returns:
description: "managed cluster."
type: "<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner&text=ManagedClusterInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.updateTagsAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.containerservice.models.TagsObject)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.updateTagsAsync(String resourceGroupName, String resourceName, TagsObject parameters)"
name: "updateTagsAsync(String resourceGroupName, String resourceName, TagsObject parameters)"
nameWithType: "ManagedClustersClient.updateTagsAsync(String resourceGroupName, String resourceName, TagsObject parameters)"
summary: "Updates tags on a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to the Update Managed Cluster Tags operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.TagsObject?alt=com.azure.resourcemanager.containerservice.models.TagsObject&text=TagsObject\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<ManagedClusterInner> updateTagsAsync(String resourceGroupName, String resourceName, TagsObject parameters)"
desc: "Updates tags on a managed cluster."
returns:
description: "managed cluster on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner&text=ManagedClusterInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.updateTagsWithResponseAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.containerservice.models.TagsObject)"
fullName: "com.azure.resourcemanager.containerservice.fluent.ManagedClustersClient.updateTagsWithResponseAsync(String resourceGroupName, String resourceName, TagsObject parameters)"
name: "updateTagsWithResponseAsync(String resourceGroupName, String resourceName, TagsObject parameters)"
nameWithType: "ManagedClustersClient.updateTagsWithResponseAsync(String resourceGroupName, String resourceName, TagsObject parameters)"
summary: "Updates tags on a managed cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed cluster resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to the Update Managed Cluster Tags operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.TagsObject?alt=com.azure.resourcemanager.containerservice.models.TagsObject&text=TagsObject\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> updateTagsWithResponseAsync(String resourceGroupName, String resourceName, TagsObject parameters)"
desc: "Updates tags on a managed cluster."
returns:
description: "managed cluster along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>&gt;&gt;&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in ManagedClustersClient."
implements:
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsDelete?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsDelete&text=InnerSupportsDelete\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsGet?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsGet&text=InnerSupportsGet\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner&text=ManagedClusterInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsListing?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsListing&text=InnerSupportsListing\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner?alt=com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner&text=ManagedClusterInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.containerservice.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-containerservice:2.44.0