MockableHybridComputeSubscriptionResource.GetHybridComputeExtensionValueAsync Method
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.
Gets an Extension Metadata based on ___location, publisher, extensionType and version
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.HybridCompute/locations/{___location}/publishers/{publisher}/extensionTypes/{extensionType}/versions/{version}
- Operation Id: ExtensionMetadata_Get
- Default Api Version: 2024-07-31-preview
- Resource: HybridComputeExtensionValueResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HybridCompute.HybridComputeExtensionValueResource>> GetHybridComputeExtensionValueAsync(Azure.Core.AzureLocation ___location, string publisher, string extensionType, string version, System.Threading.CancellationToken cancellationToken = default);
abstract member GetHybridComputeExtensionValueAsync : Azure.Core.AzureLocation * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HybridCompute.HybridComputeExtensionValueResource>>
override this.GetHybridComputeExtensionValueAsync : Azure.Core.AzureLocation * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HybridCompute.HybridComputeExtensionValueResource>>
Public Overridable Function GetHybridComputeExtensionValueAsync (___location As AzureLocation, publisher As String, extensionType As String, version As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of HybridComputeExtensionValueResource))
Parameters
- ___location
- AzureLocation
The ___location of the Extension being received.
- publisher
- String
The publisher of the Extension being received.
- extensionType
- String
The extensionType of the Extension being received.
- version
- String
The version of the Extension being received.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
publisher, extensionType or version is null.
publisher, extensionType or version is an empty string, and was expected to be non-empty.