MockableHybridComputeSubscriptionResource.GetHybridComputeExtensionValues 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 a collection of HybridComputeExtensionValueResources in the SubscriptionResource.
public virtual Azure.ResourceManager.HybridCompute.HybridComputeExtensionValueCollection GetHybridComputeExtensionValues (Azure.Core.AzureLocation location, string publisher, string extensionType);
abstract member GetHybridComputeExtensionValues : Azure.Core.AzureLocation * string * string -> Azure.ResourceManager.HybridCompute.HybridComputeExtensionValueCollection
override this.GetHybridComputeExtensionValues : Azure.Core.AzureLocation * string * string -> Azure.ResourceManager.HybridCompute.HybridComputeExtensionValueCollection
Public Overridable Function GetHybridComputeExtensionValues (location As AzureLocation, publisher As String, extensionType As String) As HybridComputeExtensionValueCollection
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.
Returns
An object representing collection of HybridComputeExtensionValueResources and their operations over a HybridComputeExtensionValueResource.
Exceptions
publisher
or extensionType
is null.
publisher
or extensionType
is an empty string, and was expected to be non-empty.
Applies to
Azure SDK for .NET