ManagedInstancePrivateEndpointConnectionCollection Class

Definition

A class representing a collection of ManagedInstancePrivateEndpointConnectionResource and their operations. Each ManagedInstancePrivateEndpointConnectionResource in the collection will belong to the same instance of ManagedInstanceResource. To get a ManagedInstancePrivateEndpointConnectionCollection instance call the GetManagedInstancePrivateEndpointConnections method from an instance of ManagedInstanceResource.

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

Constructors

ManagedInstancePrivateEndpointConnectionCollection()

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

Approve or reject a private endpoint connection with a given name.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: ManagedInstancePrivateEndpointConnections_CreateOrUpdate
  • Default Api Version: 2020-11-01-preview
  • Resource: ManagedInstancePrivateEndpointConnectionResource
CreateOrUpdateAsync(WaitUntil, String, ManagedInstancePrivateEndpointConnectionData, CancellationToken)

Approve or reject a private endpoint connection with a given name.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: ManagedInstancePrivateEndpointConnections_CreateOrUpdate
  • Default Api Version: 2020-11-01-preview
  • Resource: ManagedInstancePrivateEndpointConnectionResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: ManagedInstancePrivateEndpointConnections_Get
  • Default Api Version: 2020-11-01-preview
  • Resource: ManagedInstancePrivateEndpointConnectionResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: ManagedInstancePrivateEndpointConnections_Get
  • Default Api Version: 2020-11-01-preview
  • Resource: ManagedInstancePrivateEndpointConnectionResource
Get(String, CancellationToken)

Gets a private endpoint connection.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: ManagedInstancePrivateEndpointConnections_Get
  • Default Api Version: 2020-11-01-preview
  • Resource: ManagedInstancePrivateEndpointConnectionResource
GetAll(CancellationToken)

Gets all private endpoint connections on a server.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/privateEndpointConnections
  • Operation Id: ManagedInstancePrivateEndpointConnections_ListByManagedInstance
  • Default Api Version: 2020-11-01-preview
  • Resource: ManagedInstancePrivateEndpointConnectionResource
GetAllAsync(CancellationToken)

Gets all private endpoint connections on a server.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/privateEndpointConnections
  • Operation Id: ManagedInstancePrivateEndpointConnections_ListByManagedInstance
  • Default Api Version: 2020-11-01-preview
  • Resource: ManagedInstancePrivateEndpointConnectionResource
GetAsync(String, CancellationToken)

Gets a private endpoint connection.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: ManagedInstancePrivateEndpointConnections_Get
  • Default Api Version: 2020-11-01-preview
  • Resource: ManagedInstancePrivateEndpointConnectionResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: ManagedInstancePrivateEndpointConnections_Get
  • Default Api Version: 2020-11-01-preview
  • Resource: ManagedInstancePrivateEndpointConnectionResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: ManagedInstancePrivateEndpointConnections_Get
  • Default Api Version: 2020-11-01-preview
  • Resource: ManagedInstancePrivateEndpointConnectionResource
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<ManagedInstancePrivateEndpointConnectionResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<ManagedInstancePrivateEndpointConnectionResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to