OperationResults interface
Interface representing a OperationResults.
Methods
get(string, string, string, string, Operation |
Get private endpoint connection operation result. |
Method Details
get(string, string, string, string, OperationResultsGetOptionalParams)
Get private endpoint connection operation result.
function get(resourceGroupName: string, accountName: string, name: string, operationId: string, options?: OperationResultsGetOptionalParams): Promise<PrivateEndpointConnection>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- accountName
-
string
The Video Analyzer account name.
- name
-
string
Private endpoint connection name.
- operationId
-
string
Operation Id.
The options parameters.
Returns
Promise<PrivateEndpointConnection>
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript