TopicNetworkSecurityPerimeterConfigurationCollection Class

Definition

A class representing a collection of TopicNetworkSecurityPerimeterConfigurationResource and their operations. Each TopicNetworkSecurityPerimeterConfigurationResource in the collection will belong to the same instance of EventGridTopicResource. To get a TopicNetworkSecurityPerimeterConfigurationCollection instance call the GetTopicNetworkSecurityPerimeterConfigurations method from an instance of EventGridTopicResource.

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

Constructors

TopicNetworkSecurityPerimeterConfigurationCollection()

Initializes a new instance of the TopicNetworkSecurityPerimeterConfigurationCollection 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

Exists(String, String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{resourceType}/{resourceName}/networkSecurityPerimeterConfigurations/{perimeterGuid}.{associationName}
  • Operation Id: NetworkSecurityPerimeterConfigurations_Get
  • Default Api Version: 2024-06-01-preview
  • Resource: TopicNetworkSecurityPerimeterConfigurationResource
ExistsAsync(String, String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{resourceType}/{resourceName}/networkSecurityPerimeterConfigurations/{perimeterGuid}.{associationName}
  • Operation Id: NetworkSecurityPerimeterConfigurations_Get
  • Default Api Version: 2024-06-01-preview
  • Resource: TopicNetworkSecurityPerimeterConfigurationResource
Get(String, String, CancellationToken)

Get a specific network security perimeter configuration with a topic or domain.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{resourceType}/{resourceName}/networkSecurityPerimeterConfigurations/{perimeterGuid}.{associationName}
  • Operation Id: NetworkSecurityPerimeterConfigurations_Get
  • Default Api Version: 2024-06-01-preview
  • Resource: TopicNetworkSecurityPerimeterConfigurationResource
GetAll(CancellationToken)

Get all network security perimeter configurations associated with a topic or domain.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{resourceType}/{resourceName}/networkSecurityPerimeterConfigurations
  • Operation Id: NetworkSecurityPerimeterConfigurations_List
  • Default Api Version: 2024-06-01-preview
GetAllAsync(CancellationToken)

Get all network security perimeter configurations associated with a topic or domain.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{resourceType}/{resourceName}/networkSecurityPerimeterConfigurations
  • Operation Id: NetworkSecurityPerimeterConfigurations_List
  • Default Api Version: 2024-06-01-preview
GetAsync(String, String, CancellationToken)

Get a specific network security perimeter configuration with a topic or domain.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{resourceType}/{resourceName}/networkSecurityPerimeterConfigurations/{perimeterGuid}.{associationName}
  • Operation Id: NetworkSecurityPerimeterConfigurations_Get
  • Default Api Version: 2024-06-01-preview
  • Resource: TopicNetworkSecurityPerimeterConfigurationResource
GetIfExists(String, String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{resourceType}/{resourceName}/networkSecurityPerimeterConfigurations/{perimeterGuid}.{associationName}
  • Operation Id: NetworkSecurityPerimeterConfigurations_Get
  • Default Api Version: 2024-06-01-preview
  • Resource: TopicNetworkSecurityPerimeterConfigurationResource
GetIfExistsAsync(String, String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{resourceType}/{resourceName}/networkSecurityPerimeterConfigurations/{perimeterGuid}.{associationName}
  • Operation Id: NetworkSecurityPerimeterConfigurations_Get
  • Default Api Version: 2024-06-01-preview
  • Resource: TopicNetworkSecurityPerimeterConfigurationResource
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<NetworkSecurityPerimeterConfigurationData>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<NetworkSecurityPerimeterConfigurationData>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to