Share via


EdgeOrderAddressCollection Class

Definition

A class representing a collection of EdgeOrderAddressResource and their operations. Each EdgeOrderAddressResource in the collection will belong to the same instance of ResourceGroupResource. To get an EdgeOrderAddressCollection instance call the GetEdgeOrderAddresses method from an instance of ResourceGroupResource.

public class EdgeOrderAddressCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.EdgeOrder.EdgeOrderAddressResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.EdgeOrder.EdgeOrderAddressResource>
type EdgeOrderAddressCollection = class
    inherit ArmCollection
    interface seq<EdgeOrderAddressResource>
    interface IEnumerable
    interface IAsyncEnumerable<EdgeOrderAddressResource>
Public Class EdgeOrderAddressCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of EdgeOrderAddressResource), IEnumerable(Of EdgeOrderAddressResource)
Inheritance
EdgeOrderAddressCollection
Implements

Constructors

EdgeOrderAddressCollection()

Initializes a new instance of the EdgeOrderAddressCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, String, EdgeOrderAddressData, CancellationToken)

Creates a new address with the specified parameters. Existing address can be updated with this API

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EdgeOrder/addresses/{addressName}
  • Operation Id: CreateAddress
CreateOrUpdateAsync(WaitUntil, String, EdgeOrderAddressData, CancellationToken)

Creates a new address with the specified parameters. Existing address can be updated with this API

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EdgeOrder/addresses/{addressName}
  • Operation Id: CreateAddress
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EdgeOrder/addresses/{addressName}
  • Operation Id: GetAddressByName
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EdgeOrder/addresses/{addressName}
  • Operation Id: GetAddressByName
Get(String, CancellationToken)

Gets information about the specified address.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EdgeOrder/addresses/{addressName}
  • Operation Id: GetAddressByName
GetAll(String, String, CancellationToken)

Lists all the addresses available under the given resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EdgeOrder/addresses
  • Operation Id: ListAddressesAtResourceGroupLevel
GetAllAsync(String, String, CancellationToken)

Lists all the addresses available under the given resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EdgeOrder/addresses
  • Operation Id: ListAddressesAtResourceGroupLevel
GetAsync(String, CancellationToken)

Gets information about the specified address.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EdgeOrder/addresses/{addressName}
  • Operation Id: GetAddressByName
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EdgeOrder/addresses/{addressName}
  • Operation Id: GetAddressByName
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EdgeOrder/addresses/{addressName}
  • Operation Id: GetAddressByName
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<EdgeOrderAddressResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<EdgeOrderAddressResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to