PrivateLinkResourcesOperations interface
PrivateLinkResources işlemlerini temsil eden arabirim.
Özellikler
| get | SQL sunucusu için özel bir bağlantı kaynağı alıyor. |
| list |
SQL sunucu için özel bağlantı kaynaklarını alıyor. |
Özellik Ayrıntıları
get
SQL sunucusu için özel bir bağlantı kaynağı alıyor.
get: (resourceGroupName: string, serverName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>
Özellik Değeri
(resourceGroupName: string, serverName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>
listByServer
SQL sunucu için özel bağlantı kaynaklarını alıyor.
listByServer: (resourceGroupName: string, serverName: string, options?: PrivateLinkResourcesListByServerOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
Özellik Değeri
(resourceGroupName: string, serverName: string, options?: PrivateLinkResourcesListByServerOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>