EdgeOrderExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.EdgeOrder.

public static class EdgeOrderExtensions
type EdgeOrderExtensions = class
Public Module EdgeOrderExtensions
Inheritance
EdgeOrderExtensions

Methods

Name Description
GetConfigurations(SubscriptionResource, ConfigurationsContent, String, CancellationToken)

List configurations for the given product family, product line and product for the given subscription. <item> Mocking. To mock this method, please mock GetConfigurations(ConfigurationsContent, String, CancellationToken) instead. </item>

GetConfigurationsAsync(SubscriptionResource, ConfigurationsContent, String, CancellationToken)

List configurations for the given product family, product line and product for the given subscription. <item> Mocking. To mock this method, please mock GetConfigurationsAsync(ConfigurationsContent, String, CancellationToken) instead. </item>

GetEdgeOrder(ResourceGroupResource, AzureLocation, String, CancellationToken)

Get an order. <item> Mocking. To mock this method, please mock GetEdgeOrder(AzureLocation, String, CancellationToken) instead. </item>

GetEdgeOrderAddress(ResourceGroupResource, String, CancellationToken)

Get information about the specified address. <item> Mocking. To mock this method, please mock GetEdgeOrderAddress(String, CancellationToken) instead. </item>

GetEdgeOrderAddressAsync(ResourceGroupResource, String, CancellationToken)

Get information about the specified address. <item> Mocking. To mock this method, please mock GetEdgeOrderAddressAsync(String, CancellationToken) instead. </item>

GetEdgeOrderAddresses(ResourceGroupResource)

Gets a collection of EdgeOrderAddresses in the ResourceGroupResource<item> Mocking. To mock this method, please mock GetEdgeOrderAddresses() instead. </item>

GetEdgeOrderAddresses(SubscriptionResource, String, String, Nullable<Int32>, CancellationToken)

List all the addresses available under the subscription. <item> Mocking. To mock this method, please mock GetEdgeOrderAddresses(String, String, Nullable<Int32>, CancellationToken) instead. </item>

GetEdgeOrderAddressesAsync(SubscriptionResource, String, String, Nullable<Int32>, CancellationToken)

List all the addresses available under the subscription. <item> Mocking. To mock this method, please mock GetEdgeOrderAddressesAsync(String, String, Nullable<Int32>, CancellationToken) instead. </item>

GetEdgeOrderAddressResource(ArmClient, ResourceIdentifier)

Gets an object representing a EdgeOrderAddressResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetEdgeOrderAddressResource(ResourceIdentifier) instead. </item>

GetEdgeOrderAsync(ResourceGroupResource, AzureLocation, String, CancellationToken)

Get an order. <item> Mocking. To mock this method, please mock GetEdgeOrderAsync(AzureLocation, String, CancellationToken) instead. </item>

GetEdgeOrderItem(ResourceGroupResource, String, String, CancellationToken)

Get an order item. <item> Mocking. To mock this method, please mock GetEdgeOrderItem(String, String, CancellationToken) instead. </item>

GetEdgeOrderItemAsync(ResourceGroupResource, String, String, CancellationToken)

Get an order item. <item> Mocking. To mock this method, please mock GetEdgeOrderItemAsync(String, String, CancellationToken) instead. </item>

GetEdgeOrderItemResource(ArmClient, ResourceIdentifier)

Gets an object representing a EdgeOrderItemResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetEdgeOrderItemResource(ResourceIdentifier) instead. </item>

GetEdgeOrderItems(ResourceGroupResource)

Gets a collection of EdgeOrderItems in the ResourceGroupResource<item> Mocking. To mock this method, please mock GetEdgeOrderItems() instead. </item>

GetEdgeOrderItems(SubscriptionResource, String, String, String, Nullable<Int32>, CancellationToken)

List order items at subscription level. <item> Mocking. To mock this method, please mock GetEdgeOrderItems(String, String, String, Nullable<Int32>, CancellationToken) instead. </item>

GetEdgeOrderItemsAsync(SubscriptionResource, String, String, String, Nullable<Int32>, CancellationToken)

List order items at subscription level. <item> Mocking. To mock this method, please mock GetEdgeOrderItemsAsync(String, String, String, Nullable<Int32>, CancellationToken) instead. </item>

GetEdgeOrderResource(ArmClient, ResourceIdentifier)

Gets an object representing a EdgeOrderResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetEdgeOrderResource(ResourceIdentifier) instead. </item>

GetEdgeOrders(ResourceGroupResource, String, Nullable<Int32>, CancellationToken)

List orders at resource group level. <item> Mocking. To mock this method, please mock GetEdgeOrders(String, Nullable<Int32>, CancellationToken) instead. </item>

GetEdgeOrders(ResourceGroupResource)

Gets a collection of EdgeOrders in the ResourceGroupResource<item> Mocking. To mock this method, please mock GetEdgeOrders() instead. </item>

GetEdgeOrders(SubscriptionResource, String, Nullable<Int32>, CancellationToken)

List orders at subscription level. <item> Mocking. To mock this method, please mock GetEdgeOrders(String, Nullable<Int32>, CancellationToken) instead. </item>

GetEdgeOrdersAsync(ResourceGroupResource, String, Nullable<Int32>, CancellationToken)

List orders at resource group level. <item> Mocking. To mock this method, please mock GetEdgeOrdersAsync(String, Nullable<Int32>, CancellationToken) instead. </item>

GetEdgeOrdersAsync(SubscriptionResource, String, Nullable<Int32>, CancellationToken)

List orders at subscription level. <item> Mocking. To mock this method, please mock GetEdgeOrdersAsync(String, Nullable<Int32>, CancellationToken) instead. </item>

GetProductFamilies(SubscriptionResource, ProductFamiliesContent, String, String, CancellationToken)

List product families for the given subscription. <item> Mocking. To mock this method, please mock GetProductFamilies(ProductFamiliesContent, String, String, CancellationToken) instead. </item>

GetProductFamiliesAsync(SubscriptionResource, ProductFamiliesContent, String, String, CancellationToken)

List product families for the given subscription. <item> Mocking. To mock this method, please mock GetProductFamiliesAsync(ProductFamiliesContent, String, String, CancellationToken) instead. </item>

GetProductFamiliesMetadata(SubscriptionResource, String, CancellationToken)

List product families metadata for the given subscription. <item> Mocking. To mock this method, please mock GetProductFamiliesMetadata(String, CancellationToken) instead. </item>

GetProductFamiliesMetadataAsync(SubscriptionResource, String, CancellationToken)

List product families metadata for the given subscription. <item> Mocking. To mock this method, please mock GetProductFamiliesMetadataAsync(String, CancellationToken) instead. </item>

Applies to