Share via


NetworkToNetworkInterconnectCollection Class

Definition

A class representing a collection of NetworkToNetworkInterconnectResource and their operations. Each NetworkToNetworkInterconnectResource in the collection will belong to the same instance of NetworkFabricResource. To get a NetworkToNetworkInterconnectCollection instance call the GetNetworkToNetworkInterconnects method from an instance of NetworkFabricResource.

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

Constructors

NetworkToNetworkInterconnectCollection()

Initializes a new instance of the NetworkToNetworkInterconnectCollection 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, NetworkToNetworkInterconnectData, CancellationToken)

Configuration used to setup CE-PE connectivity PUT Method.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/networkToNetworkInterconnects/{networkToNetworkInterconnectName}
  • Operation Id: NetworkToNetworkInterconnects_Create
CreateOrUpdateAsync(WaitUntil, String, NetworkToNetworkInterconnectData, CancellationToken)

Configuration used to setup CE-PE connectivity PUT Method.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/networkToNetworkInterconnects/{networkToNetworkInterconnectName}
  • Operation Id: NetworkToNetworkInterconnects_Create
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/networkToNetworkInterconnects/{networkToNetworkInterconnectName}
  • Operation Id: NetworkToNetworkInterconnects_Get
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/networkToNetworkInterconnects/{networkToNetworkInterconnectName}
  • Operation Id: NetworkToNetworkInterconnects_Get
Get(String, CancellationToken)

Implements NetworkToNetworkInterconnects GET method.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/networkToNetworkInterconnects/{networkToNetworkInterconnectName}
  • Operation Id: NetworkToNetworkInterconnects_Get
GetAll(CancellationToken)

Implements Network To Network Interconnects list by Network Fabric GET method.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/networkToNetworkInterconnects
  • Operation Id: NetworkToNetworkInterconnects_ListByNetworkFabric
GetAllAsync(CancellationToken)

Implements Network To Network Interconnects list by Network Fabric GET method.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/networkToNetworkInterconnects
  • Operation Id: NetworkToNetworkInterconnects_ListByNetworkFabric
GetAsync(String, CancellationToken)

Implements NetworkToNetworkInterconnects GET method.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/networkToNetworkInterconnects/{networkToNetworkInterconnectName}
  • Operation Id: NetworkToNetworkInterconnects_Get
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/networkToNetworkInterconnects/{networkToNetworkInterconnectName}
  • Operation Id: NetworkToNetworkInterconnects_Get
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/networkToNetworkInterconnects/{networkToNetworkInterconnectName}
  • Operation Id: NetworkToNetworkInterconnects_Get
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<NetworkToNetworkInterconnectResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<NetworkToNetworkInterconnectResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to