PrivateLinkResources interface

Interface representing a PrivateLinkResources.

Methods

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Gets a private link resource for MySQL server.

listByServer(string, string, PrivateLinkResourcesListByServerOptionalParams)

Gets the private link resources for MySQL server.

Method Details

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Gets a private link resource for MySQL server.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

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 MySQL server.

function listByServer(resourceGroupName: string, serverName: string, options?: PrivateLinkResourcesListByServerOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

serverName

string

The name of the server.

options
PrivateLinkResourcesListByServerOptionalParams

The options parameters.

Returns