KubernetesConfigurationExtensionTypesExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.KubernetesConfiguration.ExtensionTypes.

public static class KubernetesConfigurationExtensionTypesExtensions
type KubernetesConfigurationExtensionTypesExtensions = class
Public Module KubernetesConfigurationExtensionTypesExtensions
Inheritance
KubernetesConfigurationExtensionTypesExtensions

Methods

Name Description
GetClusterExtensionType(ArmClient, ResourceIdentifier, String, CancellationToken)

Get an Extension Type installable to the cluster based region and type for the cluster. <item> Mocking. To mock this method, please mock GetClusterExtensionType(ResourceIdentifier, String, CancellationToken) instead. </item>

GetClusterExtensionTypeAsync(ArmClient, ResourceIdentifier, String, CancellationToken)

Get an Extension Type installable to the cluster based region and type for the cluster. <item> Mocking. To mock this method, please mock GetClusterExtensionTypeAsync(ResourceIdentifier, String, CancellationToken) instead. </item>

GetClusterExtensionTypeResource(ArmClient, ResourceIdentifier)

Gets an object representing a ClusterExtensionTypeResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetClusterExtensionTypeResource(ResourceIdentifier) instead. </item>

GetClusterExtensionTypes(ArmClient, ResourceIdentifier)

Gets a collection of ClusterExtensionTypeCollection objects within the specified scope. <item> Mocking. To mock this method, please mock GetClusterExtensionTypes(ResourceIdentifier) instead. </item>

GetClusterExtensionTypeVersion(ArmClient, ResourceIdentifier, String, CancellationToken)

Get details of a version for an Extension Type installable to the cluster. <item> Mocking. To mock this method, please mock GetClusterExtensionTypeVersion(ResourceIdentifier, String, CancellationToken) instead. </item>

GetClusterExtensionTypeVersionAsync(ArmClient, ResourceIdentifier, String, CancellationToken)

Get details of a version for an Extension Type installable to the cluster. <item> Mocking. To mock this method, please mock GetClusterExtensionTypeVersionAsync(ResourceIdentifier, String, CancellationToken) instead. </item>

GetClusterExtensionTypeVersionResource(ArmClient, ResourceIdentifier)

Gets an object representing a ClusterExtensionTypeVersionResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetClusterExtensionTypeVersionResource(ResourceIdentifier) instead. </item>

GetClusterExtensionTypeVersions(ArmClient, ResourceIdentifier)

Gets a collection of ClusterExtensionTypeVersionCollection objects within the specified scope. <item> Mocking. To mock this method, please mock GetClusterExtensionTypeVersions(ResourceIdentifier) instead. </item>

GetLocationExtensionType(SubscriptionResource, String, String, CancellationToken)

Get an extension type for the location. <item> Mocking. To mock this method, please mock GetLocationExtensionType(String, String, CancellationToken) instead. </item>

GetLocationExtensionTypeAsync(SubscriptionResource, String, String, CancellationToken)

Get an extension type for the location. <item> Mocking. To mock this method, please mock GetLocationExtensionTypeAsync(String, String, CancellationToken) instead. </item>

GetLocationExtensionTypeResource(ArmClient, ResourceIdentifier)

Gets an object representing a LocationExtensionTypeResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetLocationExtensionTypeResource(ResourceIdentifier) instead. </item>

GetLocationExtensionTypes(SubscriptionResource, String)

Gets a collection of LocationExtensionTypes in the SubscriptionResource<item> Mocking. To mock this method, please mock GetLocationExtensionTypes(String) instead. </item>

GetLocationExtensionTypeVersionResource(ArmClient, ResourceIdentifier)

Gets an object representing a LocationExtensionTypeVersionResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetLocationExtensionTypeVersionResource(ResourceIdentifier) instead. </item>

Applies to