EdgeOrderExtensions Class
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.
A class to add extension methods to Azure.ResourceManager.EdgeOrder.
public static class EdgeOrderExtensions
type EdgeOrderExtensions = class
Public Module EdgeOrderExtensions
- Inheritance
-
EdgeOrderExtensions
Methods
GetConfigurations(SubscriptionResource, ConfigurationsContent, String, CancellationToken) |
This method provides the list of configurations for the given product family, product line and product under subscription.
|
GetConfigurationsAsync(SubscriptionResource, ConfigurationsContent, String, CancellationToken) |
This method provides the list of configurations for the given product family, product line and product under subscription.
|
GetEdgeOrder(ResourceGroupResource, AzureLocation, String, CancellationToken) |
Gets an order.
|
GetEdgeOrderAddress(ResourceGroupResource, String, CancellationToken) |
Gets information about the specified address.
|
GetEdgeOrderAddressAsync(ResourceGroupResource, String, CancellationToken) |
Gets information about the specified address.
|
GetEdgeOrderAddresses(ResourceGroupResource) |
Gets a collection of EdgeOrderAddressResources in the ResourceGroupResource. MockingTo mock this method, please mock GetEdgeOrderAddresses() instead. |
GetEdgeOrderAddresses(SubscriptionResource, String, String, CancellationToken) |
Lists all the addresses available under the subscription.
|
GetEdgeOrderAddressesAsync(SubscriptionResource, String, String, CancellationToken) |
Lists all the addresses available under the subscription.
|
GetEdgeOrderAddressResource(ArmClient, ResourceIdentifier) |
Gets an object representing an EdgeOrderAddressResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create an EdgeOrderAddressResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetEdgeOrderAddressResource(ResourceIdentifier) instead. |
GetEdgeOrderAsync(ResourceGroupResource, AzureLocation, String, CancellationToken) |
Gets an order.
|
GetEdgeOrderItem(ResourceGroupResource, String, String, CancellationToken) |
Gets an order item.
|
GetEdgeOrderItemAsync(ResourceGroupResource, String, String, CancellationToken) |
Gets an order item.
|
GetEdgeOrderItemResource(ArmClient, ResourceIdentifier) |
Gets an object representing an EdgeOrderItemResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create an EdgeOrderItemResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetEdgeOrderItemResource(ResourceIdentifier) instead. |
GetEdgeOrderItems(ResourceGroupResource) |
Gets a collection of EdgeOrderItemResources in the ResourceGroupResource. MockingTo mock this method, please mock GetEdgeOrderItems() instead. |
GetEdgeOrderItems(SubscriptionResource, String, String, String, CancellationToken) |
Lists order item at subscription level.
|
GetEdgeOrderItemsAsync(SubscriptionResource, String, String, String, CancellationToken) |
Lists order item at subscription level.
|
GetEdgeOrderResource(ArmClient, ResourceIdentifier) |
Gets an object representing an EdgeOrderResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, AzureLocation, String) to create an EdgeOrderResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetEdgeOrderResource(ResourceIdentifier) instead. |
GetEdgeOrders(ResourceGroupResource, String, CancellationToken) |
Lists order at resource group level.
|
GetEdgeOrders(ResourceGroupResource) |
Gets a collection of EdgeOrderResources in the ResourceGroupResource. MockingTo mock this method, please mock GetEdgeOrders() instead. |
GetEdgeOrders(SubscriptionResource, String, CancellationToken) |
Lists order at subscription level.
|
GetEdgeOrdersAsync(ResourceGroupResource, String, CancellationToken) |
Lists order at resource group level.
|
GetEdgeOrdersAsync(SubscriptionResource, String, CancellationToken) |
Lists order at subscription level.
|
GetProductFamilies(SubscriptionResource, ProductFamiliesContent, String, String, CancellationToken) |
This method provides the list of product families for the given subscription.
|
GetProductFamiliesAsync(SubscriptionResource, ProductFamiliesContent, String, String, CancellationToken) |
This method provides the list of product families for the given subscription.
|
GetProductFamiliesMetadata(SubscriptionResource, String, CancellationToken) |
This method provides the list of product families metadata for the given subscription.
|
GetProductFamiliesMetadataAsync(SubscriptionResource, String, CancellationToken) |
This method provides the list of product families metadata for the given subscription.
|
Applies to
Azure SDK for .NET