PrivateEndpointConnections interface
Interface representing a PrivateEndpointConnections.
Methods
create |
Update the state of specified private endpoint connection associated with the workspace. |
delete(string, string, string, Private |
Deletes the specified private endpoint connection associated with the workspace. |
get(string, string, string, Private |
Gets the specified private endpoint connection associated with the workspace. |
list(string, string, Private |
List all the private endpoint connections associated with the workspace. |
Method Details
createOrUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)
Update the state of specified private endpoint connection associated with the workspace.
function createOrUpdate(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnection>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
Name of Azure Machine Learning workspace.
- privateEndpointConnectionName
-
string
The name of the private endpoint connection associated with the workspace
- properties
- PrivateEndpointConnection
The private endpoint connection properties.
The options parameters.
Returns
Promise<PrivateEndpointConnection>
delete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
Deletes the specified private endpoint connection associated with the workspace.
function delete(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
Name of Azure Machine Learning workspace.
- privateEndpointConnectionName
-
string
The name of the private endpoint connection associated with the workspace
The options parameters.
Returns
Promise<void>
get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)
Gets the specified private endpoint connection associated with the workspace.
function get(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnection>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
Name of Azure Machine Learning workspace.
- privateEndpointConnectionName
-
string
The name of the private endpoint connection associated with the workspace
The options parameters.
Returns
Promise<PrivateEndpointConnection>
list(string, string, PrivateEndpointConnectionsListOptionalParams)
List all the private endpoint connections associated with the workspace.
function list(resourceGroupName: string, workspaceName: string, options?: PrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
Name of Azure Machine Learning workspace.
The options parameters.