PrivateLinkResources interface

Interface representing a PrivateLinkResources.

Methods

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Gets a private link resource for SQL server.

listByServer(string, string, PrivateLinkResourcesListByServerOptionalParams)

Gets the private link resources for SQL server.

Method Details

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Gets a private link resource for SQL server.

function get(resourceGroupName: string, serverName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResource>

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.

serverName

string

The name of the server.

groupName

string

The name of the private link resource.

options
PrivateLinkResourcesGetOptionalParams

The options parameters.

Returns

listByServer(string, string, PrivateLinkResourcesListByServerOptionalParams)

Gets the private link resources for SQL server.

function listByServer(resourceGroupName: string, serverName: string, options?: PrivateLinkResourcesListByServerOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], 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.

serverName

string

The name of the server.

options
PrivateLinkResourcesListByServerOptionalParams

The options parameters.

Returns