HciExtensions.GetPlatformUpdates(SubscriptionResource, AzureLocation) Method

Definition

Gets a collection of PlatformUpdates in the SubscriptionResource<item> Mocking. To mock this method, please mock GetPlatformUpdates(AzureLocation) instead. </item>

public static Azure.ResourceManager.Hci.PlatformUpdateCollection GetPlatformUpdates(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location);
static member GetPlatformUpdates : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation -> Azure.ResourceManager.Hci.PlatformUpdateCollection
<Extension()>
Public Function GetPlatformUpdates (subscriptionResource As SubscriptionResource, location As AzureLocation) As PlatformUpdateCollection

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource the method will execute against.

location
AzureLocation

The location for the resource.

Returns

An object representing collection of PlatformUpdates and their operations over a PlatformUpdateResource.

Exceptions

subscriptionResource is null.

Applies to