Share via


NetworkSecurityGroupCollection Class

Definition

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

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

Constructors

NetworkSecurityGroupCollection()

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

Creates or updates a network security group in the specified resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityGroups/{networkSecurityGroupName}
  • Operation Id: NetworkSecurityGroups_CreateOrUpdate
  • Default Api Version: 2023-09-01
  • Resource: NetworkSecurityGroupResource
CreateOrUpdateAsync(WaitUntil, String, NetworkSecurityGroupData, CancellationToken)

Creates or updates a network security group in the specified resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityGroups/{networkSecurityGroupName}
  • Operation Id: NetworkSecurityGroups_CreateOrUpdate
  • Default Api Version: 2023-09-01
  • Resource: NetworkSecurityGroupResource
Exists(String, String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityGroups/{networkSecurityGroupName}
  • Operation Id: NetworkSecurityGroups_Get
  • Default Api Version: 2023-09-01
  • Resource: NetworkSecurityGroupResource
ExistsAsync(String, String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityGroups/{networkSecurityGroupName}
  • Operation Id: NetworkSecurityGroups_Get
  • Default Api Version: 2023-09-01
  • Resource: NetworkSecurityGroupResource
Get(String, String, CancellationToken)

Gets the specified network security group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityGroups/{networkSecurityGroupName}
  • Operation Id: NetworkSecurityGroups_Get
  • Default Api Version: 2023-09-01
  • Resource: NetworkSecurityGroupResource
GetAll(CancellationToken)

Gets all network security groups in a resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityGroups
  • Operation Id: NetworkSecurityGroups_List
  • Default Api Version: 2023-09-01
  • Resource: NetworkSecurityGroupResource
GetAllAsync(CancellationToken)

Gets all network security groups in a resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityGroups
  • Operation Id: NetworkSecurityGroups_List
  • Default Api Version: 2023-09-01
  • Resource: NetworkSecurityGroupResource
GetAsync(String, String, CancellationToken)

Gets the specified network security group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityGroups/{networkSecurityGroupName}
  • Operation Id: NetworkSecurityGroups_Get
  • Default Api Version: 2023-09-01
  • Resource: NetworkSecurityGroupResource
GetIfExists(String, String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityGroups/{networkSecurityGroupName}
  • Operation Id: NetworkSecurityGroups_Get
  • Default Api Version: 2023-09-01
  • Resource: NetworkSecurityGroupResource
GetIfExistsAsync(String, String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityGroups/{networkSecurityGroupName}
  • Operation Id: NetworkSecurityGroups_Get
  • Default Api Version: 2023-09-01
  • Resource: NetworkSecurityGroupResource
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<NetworkSecurityGroupResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<NetworkSecurityGroupResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to