PrivateLinkResourcesOperations interface
Interfejs reprezentujący operacje PrivateLinkResources.
Właściwości
| get | Otrzymuje prywatny link dla serwera SQL. |
| list |
Otrzymuje zasoby prywatnego linku dla SQL Server. |
Szczegóły właściwości
get
Otrzymuje prywatny link dla serwera SQL.
get: (resourceGroupName: string, serverName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>
Wartość właściwości
(resourceGroupName: string, serverName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>
listByServer
Otrzymuje zasoby prywatnego linku dla SQL Server.
listByServer: (resourceGroupName: string, serverName: string, options?: PrivateLinkResourcesListByServerOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
Wartość właściwości
(resourceGroupName: string, serverName: string, options?: PrivateLinkResourcesListByServerOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>