PurviewPrivateEndpointConnectionCollection Class

Definition

A class representing a collection of PurviewPrivateEndpointConnectionResource and their operations. Each PurviewPrivateEndpointConnectionResource in the collection will belong to the same instance of PurviewAccountResource. To get a PurviewPrivateEndpointConnectionCollection instance call the GetPurviewPrivateEndpointConnections method from an instance of PurviewAccountResource.

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

Constructors

PurviewPrivateEndpointConnectionCollection()

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

Create or update a private endpoint connection

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Purview/accounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnections_CreateOrUpdate
  • Default Api Version: 2023-05-01-preview
  • Resource: PurviewPrivateEndpointConnectionResource
CreateOrUpdateAsync(WaitUntil, String, PurviewPrivateEndpointConnectionData, CancellationToken)

Create or update a private endpoint connection

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Purview/accounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnections_CreateOrUpdate
  • Default Api Version: 2023-05-01-preview
  • Resource: PurviewPrivateEndpointConnectionResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Purview/accounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnections_Get
  • Default Api Version: 2023-05-01-preview
  • Resource: PurviewPrivateEndpointConnectionResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Purview/accounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnections_Get
  • Default Api Version: 2023-05-01-preview
  • Resource: PurviewPrivateEndpointConnectionResource
Get(String, CancellationToken)

Get a private endpoint connection

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Purview/accounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnections_Get
  • Default Api Version: 2023-05-01-preview
  • Resource: PurviewPrivateEndpointConnectionResource
GetAll(String, CancellationToken)

Get private endpoint connections for account

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Purview/accounts/{accountName}/privateEndpointConnections
  • Operation Id: PrivateEndpointConnections_ListByAccount
  • Default Api Version: 2023-05-01-preview
  • Resource: PurviewPrivateEndpointConnectionResource
GetAllAsync(String, CancellationToken)

Get private endpoint connections for account

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Purview/accounts/{accountName}/privateEndpointConnections
  • Operation Id: PrivateEndpointConnections_ListByAccount
  • Default Api Version: 2023-05-01-preview
  • Resource: PurviewPrivateEndpointConnectionResource
GetAsync(String, CancellationToken)

Get a private endpoint connection

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Purview/accounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnections_Get
  • Default Api Version: 2023-05-01-preview
  • Resource: PurviewPrivateEndpointConnectionResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Purview/accounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnections_Get
  • Default Api Version: 2023-05-01-preview
  • Resource: PurviewPrivateEndpointConnectionResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Purview/accounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnections_Get
  • Default Api Version: 2023-05-01-preview
  • Resource: PurviewPrivateEndpointConnectionResource
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<PurviewPrivateEndpointConnectionResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<PurviewPrivateEndpointConnectionResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to