PrivateLinkResources interface
Interface representing a PrivateLinkResources.
Methods
get(string, string, string, Private |
Gets a private link resource for PostgreSQL server. |
list |
Gets the private link resources for PostgreSQL server. |
Method Details
get(string, string, string, PrivateLinkResourcesGetOptionalParams)
Gets a private link resource for PostgreSQL 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.
The options parameters.
Returns
Promise<PrivateLinkResource>
listByServer(string, string, PrivateLinkResourcesListByServerOptionalParams)
Gets the private link resources for PostgreSQL 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.
The options parameters.