HybridComputeExtensions.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. MockingTo mock this method, please mock GetHybridComputeExtensionValues(AzureLocation, String, String) instead.
public static Azure.ResourceManager.HybridCompute.HybridComputeExtensionValueCollection GetHybridComputeExtensionValues (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string publisher, string extensionType);
static member GetHybridComputeExtensionValues : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * string -> Azure.ResourceManager.HybridCompute.HybridComputeExtensionValueCollection
<Extension()>
Public Function GetHybridComputeExtensionValues (subscriptionResource As SubscriptionResource, location As AzureLocation, publisher As String, extensionType As String) As HybridComputeExtensionValueCollection
Parameters
- subscriptionResource
- SubscriptionResource
The SubscriptionResource instance the method will execute against.
- 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
subscriptionResource
, 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