Language

LocationExtensionTypeResource.GetLocationExtensionTypeVersionAsync Method

Definition

Get details of a version for an extension type and location.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.KubernetesConfiguration.ExtensionTypes.LocationExtensionTypeVersionResource>> GetLocationExtensionTypeVersionAsync(string versionNumber, System.Threading.CancellationToken cancellationToken = default);
abstract member GetLocationExtensionTypeVersionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.KubernetesConfiguration.ExtensionTypes.LocationExtensionTypeVersionResource>>
override this.GetLocationExtensionTypeVersionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.KubernetesConfiguration.ExtensionTypes.LocationExtensionTypeVersionResource>>
Public Overridable Function GetLocationExtensionTypeVersionAsync (versionNumber As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of LocationExtensionTypeVersionResource))

Parameters

versionNumber
String

Version number of the Extension Type.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

versionNumber is null.

versionNumber is an empty string, and was expected to be non-empty.

Applies to