PrivateLinkResourcesOperations interface

PrivateLinkResources 작업을 나타내는 인터페이스입니다.

속성

get

SQL 서버용 개인 링크 리소스를 얻습니다.

listByServer

SQL 서버용 프라이빗 링크 리소스를 얻고,

속성 세부 정보

get

SQL 서버용 개인 링크 리소스를 얻습니다.

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

속성 값

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

listByServer

SQL 서버용 프라이빗 링크 리소스를 얻고,

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

속성 값

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