Share via


NetworkCloudL3NetworkCollection Class

Definition

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

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

Constructors

NetworkCloudL3NetworkCollection()

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

Create a new layer 3 (L3) network or update the properties of the existing network.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/l3Networks/{l3NetworkName}
  • Operation Id: L3Networks_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, NetworkCloudL3NetworkData, CancellationToken)

Create a new layer 3 (L3) network or update the properties of the existing network.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/l3Networks/{l3NetworkName}
  • Operation Id: L3Networks_CreateOrUpdate
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/l3Networks/{l3NetworkName}
  • Operation Id: L3Networks_Get
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/l3Networks/{l3NetworkName}
  • Operation Id: L3Networks_Get
Get(String, CancellationToken)

Get properties of the provided layer 3 (L3) network.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/l3Networks/{l3NetworkName}
  • Operation Id: L3Networks_Get
GetAll(CancellationToken)

Get a list of layer 3 (L3) networks in the provided resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/l3Networks
  • Operation Id: L3Networks_ListByResourceGroup
GetAllAsync(CancellationToken)

Get a list of layer 3 (L3) networks in the provided resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/l3Networks
  • Operation Id: L3Networks_ListByResourceGroup
GetAsync(String, CancellationToken)

Get properties of the provided layer 3 (L3) network.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/l3Networks/{l3NetworkName}
  • Operation Id: L3Networks_Get
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/l3Networks/{l3NetworkName}
  • Operation Id: L3Networks_Get
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/l3Networks/{l3NetworkName}
  • Operation Id: L3Networks_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<NetworkCloudL3NetworkResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<NetworkCloudL3NetworkResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to