MachineLearningPrivateEndpointConnectionCollection Class

Definition

A class representing a collection of MachineLearningPrivateEndpointConnectionResource and their operations. Each MachineLearningPrivateEndpointConnectionResource in the collection will belong to the same instance of MachineLearningWorkspaceResource. To get a MachineLearningPrivateEndpointConnectionCollection instance call the GetMachineLearningPrivateEndpointConnections method from an instance of MachineLearningWorkspaceResource.

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

Constructors

MachineLearningPrivateEndpointConnectionCollection()

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

Update the state of specified private endpoint connection associated with the workspace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnections_CreateOrUpdate
  • Default Api Version: 2024-04-01
  • Resource: MachineLearningPrivateEndpointConnectionResource
CreateOrUpdateAsync(WaitUntil, String, MachineLearningPrivateEndpointConnectionData, CancellationToken)

Update the state of specified private endpoint connection associated with the workspace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnections_CreateOrUpdate
  • Default Api Version: 2024-04-01
  • Resource: MachineLearningPrivateEndpointConnectionResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnections_Get
  • Default Api Version: 2024-04-01
  • Resource: MachineLearningPrivateEndpointConnectionResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnections_Get
  • Default Api Version: 2024-04-01
  • Resource: MachineLearningPrivateEndpointConnectionResource
Get(String, CancellationToken)

Gets the specified private endpoint connection associated with the workspace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnections_Get
  • Default Api Version: 2024-04-01
  • Resource: MachineLearningPrivateEndpointConnectionResource
GetAll(CancellationToken)

List all the private endpoint connections associated with the workspace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/privateEndpointConnections
  • Operation Id: PrivateEndpointConnections_List
  • Default Api Version: 2024-04-01
  • Resource: MachineLearningPrivateEndpointConnectionResource
GetAllAsync(CancellationToken)

List all the private endpoint connections associated with the workspace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/privateEndpointConnections
  • Operation Id: PrivateEndpointConnections_List
  • Default Api Version: 2024-04-01
  • Resource: MachineLearningPrivateEndpointConnectionResource
GetAsync(String, CancellationToken)

Gets the specified private endpoint connection associated with the workspace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnections_Get
  • Default Api Version: 2024-04-01
  • Resource: MachineLearningPrivateEndpointConnectionResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnections_Get
  • Default Api Version: 2024-04-01
  • Resource: MachineLearningPrivateEndpointConnectionResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnections_Get
  • Default Api Version: 2024-04-01
  • Resource: MachineLearningPrivateEndpointConnectionResource
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<MachineLearningPrivateEndpointConnectionResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<MachineLearningPrivateEndpointConnectionResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to