KubernetesExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class to add extension methods to Azure.ResourceManager.Kubernetes.
public static class KubernetesExtensions
type KubernetesExtensions = class
Public Module KubernetesExtensions
- Inheritance
-
KubernetesExtensions
Methods
GetConnectedCluster(ResourceGroupResource, String, CancellationToken) |
Returns the properties of the specified connected cluster, including name, identity, properties, and additional cluster details.
|
GetConnectedClusterAsync(ResourceGroupResource, String, CancellationToken) |
Returns the properties of the specified connected cluster, including name, identity, properties, and additional cluster details.
|
GetConnectedClusterResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ConnectedClusterResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a ConnectedClusterResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetConnectedClusterResource(ResourceIdentifier) instead. |
GetConnectedClusters(ResourceGroupResource) |
Gets a collection of ConnectedClusterResources in the ResourceGroupResource. MockingTo mock this method, please mock GetConnectedClusters() instead. |
GetConnectedClusters(SubscriptionResource, CancellationToken) |
API to enumerate registered connected K8s clusters under a Subscription
|
GetConnectedClustersAsync(SubscriptionResource, CancellationToken) |
API to enumerate registered connected K8s clusters under a Subscription
|
Applies to
Azure SDK for .NET