Condividi tramite


EventGridDomainPrivateEndpointConnectionCollection Class

Definition

A class representing a collection of EventGridDomainPrivateEndpointConnectionResource and their operations. Each EventGridDomainPrivateEndpointConnectionResource in the collection will belong to the same instance of EventGridDomainResource. To get an EventGridDomainPrivateEndpointConnectionCollection instance call the GetEventGridDomainPrivateEndpointConnections method from an instance of EventGridDomainResource.

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

Constructors

EventGridDomainPrivateEndpointConnectionCollection()

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

Update a specific private endpoint connection under a topic, domain or partner namespace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{parentType}/{parentName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnections_Update
  • Default Api Version: 2024-06-01-preview
  • Resource: EventGridDomainPrivateEndpointConnectionResource
CreateOrUpdateAsync(WaitUntil, String, EventGridPrivateEndpointConnectionData, CancellationToken)

Update a specific private endpoint connection under a topic, domain or partner namespace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{parentType}/{parentName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnections_Update
  • Default Api Version: 2024-06-01-preview
  • Resource: EventGridDomainPrivateEndpointConnectionResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{parentType}/{parentName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnections_Get
  • Default Api Version: 2024-06-01-preview
  • Resource: EventGridDomainPrivateEndpointConnectionResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{parentType}/{parentName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnections_Get
  • Default Api Version: 2024-06-01-preview
  • Resource: EventGridDomainPrivateEndpointConnectionResource
Get(String, CancellationToken)

Get a specific private endpoint connection under a topic, domain, or partner namespace or namespace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{parentType}/{parentName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnections_Get
  • Default Api Version: 2024-06-01-preview
  • Resource: EventGridDomainPrivateEndpointConnectionResource
GetAll(String, Nullable<Int32>, CancellationToken)

Get all private endpoint connections under a topic, domain, or partner namespace or namespace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{parentType}/{parentName}/privateEndpointConnections
  • Operation Id: PrivateEndpointConnections_ListByResource
  • Default Api Version: 2024-06-01-preview
  • Resource: EventGridDomainPrivateEndpointConnectionResource
GetAllAsync(String, Nullable<Int32>, CancellationToken)

Get all private endpoint connections under a topic, domain, or partner namespace or namespace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{parentType}/{parentName}/privateEndpointConnections
  • Operation Id: PrivateEndpointConnections_ListByResource
  • Default Api Version: 2024-06-01-preview
  • Resource: EventGridDomainPrivateEndpointConnectionResource
GetAsync(String, CancellationToken)

Get a specific private endpoint connection under a topic, domain, or partner namespace or namespace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{parentType}/{parentName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnections_Get
  • Default Api Version: 2024-06-01-preview
  • Resource: EventGridDomainPrivateEndpointConnectionResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{parentType}/{parentName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnections_Get
  • Default Api Version: 2024-06-01-preview
  • Resource: EventGridDomainPrivateEndpointConnectionResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{parentType}/{parentName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnections_Get
  • Default Api Version: 2024-06-01-preview
  • Resource: EventGridDomainPrivateEndpointConnectionResource
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<EventGridDomainPrivateEndpointConnectionResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<EventGridDomainPrivateEndpointConnectionResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to