Condividi tramite


Aks Class

Definition

Low-level API implementation for the Aks service. The Container Service Client.

public class Aks
type Aks = class
Public Class Aks
Inheritance
Aks

Constructors

Aks()

Methods

AgentPoolsAbortLatestOperation(String, String, String, String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

Aborts the currently running operation on the agent pool. The Agent Pool 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.

AgentPoolsAbortLatestOperationViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

Aborts the currently running operation on the agent pool. The Agent Pool 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.

AgentPoolsCreateOrUpdate(String, String, String, String, IAgentPool, Func<HttpResponseMessage,Task<IAgentPool>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

Creates or updates an agent pool in the specified managed cluster.

AgentPoolsCreateOrUpdateViaIdentity(String, IAgentPool, Func<HttpResponseMessage, Task<IAgentPool>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

Creates or updates an agent pool in the specified managed cluster.

AgentPoolsDelete(String, String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

Deletes an agent pool in the specified managed cluster.

AgentPoolsDeleteViaIdentity(String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

Deletes an agent pool in the specified managed cluster.

AgentPoolsGet(String, String, String, String, Func<HttpResponseMessage, Task<IAgentPool>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

Gets the specified managed cluster agent pool.

AgentPoolsGetAvailableAgentPoolVersions(String, String, String, Func<HttpResponseMessage,Task<IAgentPoolAvailableVersions>,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

See supported Kubernetes versions for more details about the version lifecycle.

AgentPoolsGetAvailableAgentPoolVersionsViaIdentity(String, Func<HttpResponseMessage, Task<IAgentPoolAvailableVersions>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

See supported Kubernetes versions for more details about the version lifecycle.

AgentPoolsGetUpgradeProfile(String, String, String, String, Func<HttpResponseMessage, Task<IAgentPoolUpgradeProfile>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

Gets the upgrade profile for an agent pool.

AgentPoolsGetUpgradeProfileViaIdentity(String, Func<HttpResponseMessage, Task<IAgentPoolUpgradeProfile>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

Gets the upgrade profile for an agent pool.

AgentPoolsGetViaIdentity(String, Func<HttpResponseMessage,Task<IAgentPool>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

Gets the specified managed cluster agent pool.

AgentPoolsList(String, String, String, Func<HttpResponseMessage, Task<IAgentPoolListResult>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

Gets a list of agent pools in the specified managed cluster.

AgentPoolsListViaIdentity(String, Func<HttpResponseMessage,Task<IAgentPoolListResult>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

Gets a list of agent pools in the specified managed cluster.

AgentPoolsUpgradeNodeImageVersion(String, String, String, String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

Upgrading the node image version of an agent pool applies the newest OS and runtime updates to the nodes. AKS provides one new image per week with the latest updates. For more details on node image versions, see: https://docs.microsoft.com/azure/aks/node-image-upgrade

AgentPoolsUpgradeNodeImageVersionViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

Upgrading the node image version of an agent pool applies the newest OS and runtime updates to the nodes. AKS provides one new image per week with the latest updates. For more details on node image versions, see: https://docs.microsoft.com/azure/aks/node-image-upgrade

ContainerServicesListOrchestrators(String, String, String, Func<HttpResponseMessage, Task<IOrchestratorVersionProfileListResult>,Task>, IEventListener, ISendAsync)

Gets a list of supported orchestrators in the specified subscription. The operation returns properties of each orchestrator including version, available upgrades and whether that version or upgrades are in preview.

ContainerServicesListOrchestratorsViaIdentity(String, String, Func<HttpResponseMessage,Task<IOrchestratorVersionProfileListResult>, Task>, IEventListener, ISendAsync)

Gets a list of supported orchestrators in the specified subscription. The operation returns properties of each orchestrator including version, available upgrades and whether that version or upgrades are in preview.

MaintenanceConfigurationsCreateOrUpdate(String, String, String, String, IMaintenanceConfiguration, Func<HttpResponseMessage, Task<IMaintenanceConfiguration>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

Creates or updates a maintenance configuration in the specified managed cluster.

MaintenanceConfigurationsCreateOrUpdateViaIdentity(String, IMaintenanceConfiguration, Func<HttpResponseMessage,Task<IMaintenanceConfiguration>,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

Creates or updates a maintenance configuration in the specified managed cluster.

MaintenanceConfigurationsDelete(String, String, String, String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

Deletes a maintenance configuration.

MaintenanceConfigurationsDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

Deletes a maintenance configuration.

MaintenanceConfigurationsGet(String, String, String, String, Func<HttpResponseMessage, Task<IMaintenanceConfiguration>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

Gets the specified maintenance configuration of a managed cluster.

MaintenanceConfigurationsGetViaIdentity(String, Func<HttpResponseMessage, Task<IMaintenanceConfiguration>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

Gets the specified maintenance configuration of a managed cluster.

MaintenanceConfigurationsListByManagedCluster(String, String, String, Func<HttpResponseMessage,Task<IMaintenanceConfigurationListResult>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

Gets a list of maintenance configurations in the specified managed cluster.

MaintenanceConfigurationsListByManagedClusterViaIdentity(String, Func<HttpResponseMessage,Task<IMaintenanceConfigurationListResult>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

Gets a list of maintenance configurations in the specified managed cluster.

ManagedClustersAbortLatestOperation(String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

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.

ManagedClustersAbortLatestOperationViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

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.

ManagedClustersCreateOrUpdate(String, String, String, IManagedCluster, Func<HttpResponseMessage,Task<IManagedCluster>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

Creates or updates a managed cluster.

ManagedClustersCreateOrUpdateViaIdentity(String, IManagedCluster, Func<HttpResponseMessage,Task<IManagedCluster>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

Creates or updates a managed cluster.

ManagedClustersDelete(String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

Deletes a managed cluster.

ManagedClustersDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

Deletes a managed cluster.

ManagedClustersGet(String, String, String, Func<HttpResponseMessage, Task<IManagedCluster>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

Gets a managed cluster.

ManagedClustersGetAccessProfile(String, String, String, String, Func<HttpResponseMessage,Task<IManagedClusterAccessProfile>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

WARNING: This API will be deprecated. Instead use ListClusterUserCredentials or ListClusterAdminCredentials .

ManagedClustersGetAccessProfileViaIdentity(String, Func<HttpResponseMessage, Task<IManagedClusterAccessProfile>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

WARNING: This API will be deprecated. Instead use ListClusterUserCredentials or ListClusterAdminCredentials .

ManagedClustersGetCommandResult(String, String, String, String, Func<HttpResponseMessage,Task<IRunCommandResult>,Task>, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

Gets the results of a command which has been run on the Managed Cluster.

ManagedClustersGetCommandResultViaIdentity(String, Func<HttpResponseMessage, Task<IRunCommandResult>,Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

Gets the results of a command which has been run on the Managed Cluster.

ManagedClustersGetOSOptions(String, String, String, Func<HttpResponseMessage, Task<IOSOptionProfile>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

Gets supported OS options in the specified subscription.

ManagedClustersGetOSOptionsViaIdentity(String, String, Func<HttpResponseMessage, Task<IOSOptionProfile>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

Gets supported OS options in the specified subscription.

ManagedClustersGetUpgradeProfile(String, String, String, Func<HttpResponseMessage, Task<IManagedClusterUpgradeProfile>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

Gets the upgrade profile of a managed cluster.

ManagedClustersGetUpgradeProfileViaIdentity(String, Func<HttpResponseMessage, Task<IManagedClusterUpgradeProfile>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

Gets the upgrade profile of a managed cluster.

ManagedClustersGetViaIdentity(String, Func<HttpResponseMessage, Task<IManagedCluster>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

Gets a managed cluster.

ManagedClustersList(String, Func<HttpResponseMessage,Task<IManagedClusterListResult>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

Gets a list of managed clusters in the specified subscription.

ManagedClustersListByResourceGroup(String, String, Func<HttpResponseMessage, Task<IManagedClusterListResult>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

Lists managed clusters in the specified subscription and resource group.

ManagedClustersListByResourceGroupViaIdentity(String, Func<HttpResponseMessage, Task<IManagedClusterListResult>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

Lists managed clusters in the specified subscription and resource group.

ManagedClustersListClusterAdminCredentials(String, String, String, String, Func<HttpResponseMessage,Task<ICredentialResults>,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

Lists the admin credentials of a managed cluster.

ManagedClustersListClusterAdminCredentialsViaIdentity(String, String, Func<HttpResponseMessage,Task<ICredentialResults>,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

Lists the admin credentials of a managed cluster.

ManagedClustersListClusterMonitoringUserCredentials(String, String, String, String, Func<HttpResponseMessage,Task<ICredentialResults>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

Lists the cluster monitoring user credentials of a managed cluster.

ManagedClustersListClusterMonitoringUserCredentialsViaIdentity(String, String, Func<HttpResponseMessage,Task<ICredentialResults>,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

Lists the cluster monitoring user credentials of a managed cluster.

ManagedClustersListClusterUserCredentials(String, String, String, String, Nullable<Format>, Func<HttpResponseMessage,Task<ICredentialResults>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

Lists the user credentials of a managed cluster.

ManagedClustersListClusterUserCredentialsViaIdentity(String, String, Nullable<Format>, Func<HttpResponseMessage,Task<ICredentialResults>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

Lists the user credentials of a managed cluster.

ManagedClustersListOutboundNetworkDependenciesEndpoints(String, String, String, Func<HttpResponseMessage,Task<IOutboundEnvironmentEndpointCollection>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

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.

ManagedClustersListOutboundNetworkDependenciesEndpointsViaIdentity(String, Func<HttpResponseMessage,Task<IOutboundEnvironmentEndpointCollection>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

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.

ManagedClustersListViaIdentity(String, Func<HttpResponseMessage, Task<IManagedClusterListResult>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

Gets a list of managed clusters in the specified subscription.

ManagedClustersResetAadProfile(String, String, String, IManagedClusterAadProfile, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

WARNING: This API will be deprecated. Please see AKS-managed Azure Active Directory integration to update your cluster with AKS-managed Azure AD.

ManagedClustersResetAadProfileViaIdentity(String, IManagedClusterAadProfile, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

WARNING: This API will be deprecated. Please see AKS-managed Azure Active Directory integration to update your cluster with AKS-managed Azure AD.

ManagedClustersResetServicePrincipalProfile(String, String, String, IManagedClusterServicePrincipalProfile, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This action cannot be performed on a cluster that is not using a service principal

ManagedClustersResetServicePrincipalProfileViaIdentity(String, IManagedClusterServicePrincipalProfile, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This action cannot be performed on a cluster that is not using a service principal

ManagedClustersRotateClusterCertificates(String, String, String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

See Certificate rotation for more details about rotating managed cluster certificates.

ManagedClustersRotateClusterCertificatesViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

See Certificate rotation for more details about rotating managed cluster certificates.

ManagedClustersRotateServiceAccountSigningKeys(String, String, String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

Rotates the service account signing keys of a managed cluster.

ManagedClustersRotateServiceAccountSigningKeysViaIdentity(String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

Rotates the service account signing keys of a managed cluster.

ManagedClustersRunCommand(String, String, String, IRunCommandRequest, Func<HttpResponseMessage,Task<IRunCommandResult>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

AKS will create a pod to run the command. This is primarily useful for private clusters. For more information see AKS Run Command.

ManagedClustersRunCommandViaIdentity(String, IRunCommandRequest, Func<HttpResponseMessage,Task<IRunCommandResult>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

AKS will create a pod to run the command. This is primarily useful for private clusters. For more information see AKS Run Command.

ManagedClustersStart(String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

See starting a cluster for more details about starting a cluster.

ManagedClustersStartViaIdentity(String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

See starting a cluster for more details about starting a cluster.

ManagedClustersStop(String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

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 for more details about stopping a cluster.

ManagedClustersStopViaIdentity(String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

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 for more details about stopping a cluster.

ManagedClustersUpdateTags(String, String, String, ITagsObject, Func<HttpResponseMessage,Task<IManagedCluster>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

Updates tags on a managed cluster.

ManagedClustersUpdateTagsViaIdentity(String, ITagsObject, Func<HttpResponseMessage, Task<IManagedCluster>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

Updates tags on a managed cluster.

OperationsList(Func<HttpResponseMessage,Task<IOperationListResult>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

Gets a list of operations.

OperationsListViaIdentity(String, Func<HttpResponseMessage,Task<IOperationListResult>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

Gets a list of operations.

PrivateEndpointConnectionsDelete(String, String, String, String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

Deletes a private endpoint connection.

PrivateEndpointConnectionsDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

Deletes a private endpoint connection.

PrivateEndpointConnectionsGet(String, String, String, String, Func<HttpResponseMessage,Task<IPrivateEndpointConnection>,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters

PrivateEndpointConnectionsGetViaIdentity(String, Func<HttpResponseMessage, Task<IPrivateEndpointConnection>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters

PrivateEndpointConnectionsList(String, String, String, Func<HttpResponseMessage, Task<IPrivateEndpointConnectionListResult>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters

PrivateEndpointConnectionsListViaIdentity(String, Func<HttpResponseMessage, Task<IPrivateEndpointConnectionListResult>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters

PrivateEndpointConnectionsUpdate(String, String, String, String, IPrivateEndpointConnection, Func<HttpResponseMessage,Task<IPrivateEndpointConnection>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

Updates a private endpoint connection.

PrivateEndpointConnectionsUpdateViaIdentity(String, IPrivateEndpointConnection, Func<HttpResponseMessage,Task<IPrivateEndpointConnection>,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

Updates a private endpoint connection.

PrivateLinkResourcesList(String, String, String, Func<HttpResponseMessage, Task<IPrivateLinkResourcesListResult>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters

PrivateLinkResourcesListViaIdentity(String, Func<HttpResponseMessage, Task<IPrivateLinkResourcesListResult>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters

ResolvePrivateLinkServiceIdPost(String, String, String, IPrivateLinkResource, Func<HttpResponseMessage,Task<IPrivateLinkResource>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

Gets the private link service ID for the specified managed cluster.

ResolvePrivateLinkServiceIdPostViaIdentity(String, IPrivateLinkResource, Func<HttpResponseMessage,Task<IPrivateLinkResource>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

Gets the private link service ID for the specified managed cluster.

SnapshotsCreateOrUpdate(String, String, String, ISnapshot, Func<HttpResponseMessage, Task<ISnapshot>,Task>, Func<HttpResponseMessage,Task<ISnapshot>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

Creates or updates a snapshot.

SnapshotsCreateOrUpdateViaIdentity(String, ISnapshot, Func<HttpResponseMessage, Task<ISnapshot>,Task>, Func<HttpResponseMessage,Task<ISnapshot>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

Creates or updates a snapshot.

SnapshotsDelete(String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

Deletes a snapshot.

SnapshotsDeleteViaIdentity(String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

Deletes a snapshot.

SnapshotsGet(String, String, String, Func<HttpResponseMessage, Task<ISnapshot>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

Gets a snapshot.

SnapshotsGetViaIdentity(String, Func<HttpResponseMessage,Task<ISnapshot>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

Gets a snapshot.

SnapshotsList(String, Func<HttpResponseMessage,Task<ISnapshotListResult>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

Gets a list of snapshots in the specified subscription.

SnapshotsListByResourceGroup(String, String, Func<HttpResponseMessage, Task<ISnapshotListResult>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

Lists snapshots in the specified subscription and resource group.

SnapshotsListByResourceGroupViaIdentity(String, Func<HttpResponseMessage, Task<ISnapshotListResult>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

Lists snapshots in the specified subscription and resource group.

SnapshotsListViaIdentity(String, Func<HttpResponseMessage,Task<ISnapshotListResult>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

Gets a list of snapshots in the specified subscription.

SnapshotsUpdateTags(String, String, String, ITagsObject, Func<HttpResponseMessage, Task<ISnapshot>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

Updates tags on a snapshot.

SnapshotsUpdateTagsViaIdentity(String, ITagsObject, Func<HttpResponseMessage, Task<ISnapshot>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

Updates tags on a snapshot.

Applies to