共用方式為


EventGridPartnerNamespacePrivateEndpointConnectionCollection Class

Definition

A class representing a collection of EventGridPartnerNamespacePrivateEndpointConnectionResource and their operations. Each EventGridPartnerNamespacePrivateEndpointConnectionResource in the collection will belong to the same instance of PartnerNamespaceResource. To get an EventGridPartnerNamespacePrivateEndpointConnectionCollection instance call the GetEventGridPartnerNamespacePrivateEndpointConnections method from an instance of PartnerNamespaceResource.

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

Constructors

EventGridPartnerNamespacePrivateEndpointConnectionCollection()

Initializes a new instance of the EventGridPartnerNamespacePrivateEndpointConnectionCollection 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: EventGridPartnerNamespacePrivateEndpointConnectionResource
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: EventGridPartnerNamespacePrivateEndpointConnectionResource
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: EventGridPartnerNamespacePrivateEndpointConnectionResource
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: EventGridPartnerNamespacePrivateEndpointConnectionResource
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: EventGridPartnerNamespacePrivateEndpointConnectionResource
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: EventGridPartnerNamespacePrivateEndpointConnectionResource
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: EventGridPartnerNamespacePrivateEndpointConnectionResource
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: EventGridPartnerNamespacePrivateEndpointConnectionResource
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: EventGridPartnerNamespacePrivateEndpointConnectionResource
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: EventGridPartnerNamespacePrivateEndpointConnectionResource
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<EventGridPartnerNamespacePrivateEndpointConnectionResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<EventGridPartnerNamespacePrivateEndpointConnectionResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to