Поделиться через


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
  • Default Api Version: 2019-06-01-preview
  • Resource: ManagedNetworkGroupResource
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
  • Default Api Version: 2019-06-01-preview
  • Resource: ManagedNetworkGroupResource
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
  • Default Api Version: 2019-06-01-preview
  • Resource: ManagedNetworkGroupResource
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
  • Default Api Version: 2019-06-01-preview
  • Resource: ManagedNetworkGroupResource
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
  • Default Api Version: 2019-06-01-preview
  • Resource: ManagedNetworkGroupResource
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
  • Default Api Version: 2019-06-01-preview
  • Resource: ManagedNetworkGroupResource
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
  • Default Api Version: 2019-06-01-preview
  • Resource: ManagedNetworkGroupResource
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
  • Default Api Version: 2019-06-01-preview
  • Resource: ManagedNetworkGroupResource
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
  • Default Api Version: 2019-06-01-preview
  • Resource: ManagedNetworkGroupResource
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
  • Default Api Version: 2019-06-01-preview
  • Resource: ManagedNetworkGroupResource
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