Share via


ManagedNetworkGroupCollection Class

Definition

A class representing a collection of ManagedNetworkGroupResource and their operations. Each ManagedNetworkGroupResource in the collection will belong to the same instance of ManagedNetworkResource. To get a ManagedNetworkGroupCollection instance call the GetManagedNetworkGroups method from an instance of ManagedNetworkResource.

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

Constructors

ManagedNetworkGroupCollection()

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

The Put ManagedNetworkGroups operation creates or updates a Managed Network Group resource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}/managedNetworkGroups/{managedNetworkGroupName}
  • Operation Id: ManagedNetworkGroups_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, ManagedNetworkGroupData, CancellationToken)

The Put ManagedNetworkGroups operation creates or updates a Managed Network Group resource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}/managedNetworkGroups/{managedNetworkGroupName}
  • Operation Id: ManagedNetworkGroups_CreateOrUpdate
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}/managedNetworkGroups/{managedNetworkGroupName}
  • Operation Id: ManagedNetworkGroups_Get
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}/managedNetworkGroups/{managedNetworkGroupName}
  • Operation Id: ManagedNetworkGroups_Get
Get(String, CancellationToken)

The Get ManagedNetworkGroups operation gets a Managed Network Group specified by the resource group, Managed Network name, and group name

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}/managedNetworkGroups/{managedNetworkGroupName}
  • Operation Id: ManagedNetworkGroups_Get
GetAll(Nullable<Int32>, String, CancellationToken)

The ListByManagedNetwork ManagedNetworkGroup operation retrieves all the Managed Network Groups in a specified Managed Networks in a paginated format.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}/managedNetworkGroups
  • Operation Id: ManagedNetworkGroups_ListByManagedNetwork
GetAllAsync(Nullable<Int32>, String, CancellationToken)

The ListByManagedNetwork ManagedNetworkGroup operation retrieves all the Managed Network Groups in a specified Managed Networks in a paginated format.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}/managedNetworkGroups
  • Operation Id: ManagedNetworkGroups_ListByManagedNetwork
GetAsync(String, CancellationToken)

The Get ManagedNetworkGroups operation gets a Managed Network Group specified by the resource group, Managed Network name, and group name

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}/managedNetworkGroups/{managedNetworkGroupName}
  • Operation Id: ManagedNetworkGroups_Get
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}/managedNetworkGroups/{managedNetworkGroupName}
  • Operation Id: ManagedNetworkGroups_Get
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}/managedNetworkGroups/{managedNetworkGroupName}
  • Operation Id: ManagedNetworkGroups_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<ManagedNetworkGroupResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<ManagedNetworkGroupResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to