SignalRPrivateEndpointConnections interface
Interface representing a SignalRPrivateEndpointConnections.
Methods
begin |
Delete the specified private endpoint connection |
begin |
Delete the specified private endpoint connection |
get(string, string, string, Signal |
Get the specified private endpoint connection |
list(string, string, Signal |
List private endpoint connections |
update(string, string, string, Private |
Update the state of specified private endpoint connection |
Method Details
beginDelete(string, string, string, SignalRPrivateEndpointConnectionsDeleteOptionalParams)
Delete the specified private endpoint connection
function beginDelete(privateEndpointConnectionName: string, resourceGroupName: string, resourceName: string, options?: SignalRPrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameters
- privateEndpointConnectionName
-
string
The name of the private endpoint connection
- resourceGroupName
-
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- resourceName
-
string
The name of the resource.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, SignalRPrivateEndpointConnectionsDeleteOptionalParams)
Delete the specified private endpoint connection
function beginDeleteAndWait(privateEndpointConnectionName: string, resourceGroupName: string, resourceName: string, options?: SignalRPrivateEndpointConnectionsDeleteOptionalParams): Promise<void>
Parameters
- privateEndpointConnectionName
-
string
The name of the private endpoint connection
- resourceGroupName
-
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- resourceName
-
string
The name of the resource.
The options parameters.
Returns
Promise<void>
get(string, string, string, SignalRPrivateEndpointConnectionsGetOptionalParams)
Get the specified private endpoint connection
function get(privateEndpointConnectionName: string, resourceGroupName: string, resourceName: string, options?: SignalRPrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnection>
Parameters
- privateEndpointConnectionName
-
string
The name of the private endpoint connection
- resourceGroupName
-
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- resourceName
-
string
The name of the resource.
The options parameters.
Returns
Promise<PrivateEndpointConnection>
list(string, string, SignalRPrivateEndpointConnectionsListOptionalParams)
List private endpoint connections
function list(resourceGroupName: string, resourceName: string, options?: SignalRPrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- resourceName
-
string
The name of the resource.
The options parameters.
Returns
update(string, string, string, PrivateEndpointConnection, SignalRPrivateEndpointConnectionsUpdateOptionalParams)
Update the state of specified private endpoint connection
function update(privateEndpointConnectionName: string, resourceGroupName: string, resourceName: string, parameters: PrivateEndpointConnection, options?: SignalRPrivateEndpointConnectionsUpdateOptionalParams): Promise<PrivateEndpointConnection>
Parameters
- privateEndpointConnectionName
-
string
The name of the private endpoint connection
- resourceGroupName
-
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- resourceName
-
string
The name of the resource.
- parameters
- PrivateEndpointConnection
The resource of private endpoint and its properties
The options parameters.
Returns
Promise<PrivateEndpointConnection>