MockableHybridComputeSubscriptionResource.GetHybridComputeExtensionValue 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. : ExtensionValues_Get.
- Default Api Version. : 2026-07-15.
public virtual Azure.Response<Azure.ResourceManager.HybridCompute.HybridComputeExtensionValueResource> GetHybridComputeExtensionValue(Azure.Core.AzureLocation location, string publisher, string extensionType, string version, System.Threading.CancellationToken cancellationToken = default);
abstract member GetHybridComputeExtensionValue : Azure.Core.AzureLocation * string * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HybridCompute.HybridComputeExtensionValueResource>
override this.GetHybridComputeExtensionValue : Azure.Core.AzureLocation * string * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HybridCompute.HybridComputeExtensionValueResource>
Public Overridable Function GetHybridComputeExtensionValue (location As AzureLocation, publisher As String, extensionType As String, version As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of HybridComputeExtensionValueResource)
Parameters
- location
- AzureLocation
The location for the resource.
- publisher
- String
The publisher for the resource.
- extensionType
- String
The extensionType for the resource.
- version
- String
The version of the Extension being received.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
version is null.
version is an empty string, and was expected to be non-empty.