SharedPrivateLinkResources interface
表示 SharedPrivateLinkResources 的接口。
方法
| begin |
启动由给定资源组中的搜索服务管理的共享专用链接资源的创建或更新。 |
| begin |
启动由给定资源组中的搜索服务管理的共享专用链接资源的创建或更新。 |
| begin |
启动从搜索服务中删除共享专用链接资源。 |
| begin |
启动从搜索服务中删除共享专用链接资源。 |
| get(string, string, string, Shared |
获取由给定资源组中的搜索服务管理的共享专用链接资源的详细信息。 |
| list |
获取由给定服务管理的所有共享专用链接资源的列表。 |
方法详细信息
beginCreateOrUpdate(string, string, string, SharedPrivateLinkResource, SharedPrivateLinkResourcesCreateOrUpdateOptionalParams)
启动由给定资源组中的搜索服务管理的共享专用链接资源的创建或更新。
function beginCreateOrUpdate(resourceGroupName: string, searchServiceName: string, sharedPrivateLinkResourceName: string, sharedPrivateLinkResource: SharedPrivateLinkResource, options?: SharedPrivateLinkResourcesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SharedPrivateLinkResource>, SharedPrivateLinkResource>>
参数
- resourceGroupName
-
string
当前订阅中的资源组的名称。 可以从 Azure 资源管理器 API 或门户获取此值。
- searchServiceName
-
string
与指定资源组关联的 Azure AI 搜索服务的名称。
- sharedPrivateLinkResourceName
-
string
由 Azure AI 搜索服务在指定资源组中管理的共享专用链接资源的名称。
- sharedPrivateLinkResource
- SharedPrivateLinkResource
要创建或更新的共享专用链接资源的定义。
选项参数。
返回
Promise<@azure/core-lro.SimplePollerLike<OperationState<SharedPrivateLinkResource>, SharedPrivateLinkResource>>
beginCreateOrUpdateAndWait(string, string, string, SharedPrivateLinkResource, SharedPrivateLinkResourcesCreateOrUpdateOptionalParams)
启动由给定资源组中的搜索服务管理的共享专用链接资源的创建或更新。
function beginCreateOrUpdateAndWait(resourceGroupName: string, searchServiceName: string, sharedPrivateLinkResourceName: string, sharedPrivateLinkResource: SharedPrivateLinkResource, options?: SharedPrivateLinkResourcesCreateOrUpdateOptionalParams): Promise<SharedPrivateLinkResource>
参数
- resourceGroupName
-
string
当前订阅中的资源组的名称。 可以从 Azure 资源管理器 API 或门户获取此值。
- searchServiceName
-
string
与指定资源组关联的 Azure AI 搜索服务的名称。
- sharedPrivateLinkResourceName
-
string
由 Azure AI 搜索服务在指定资源组中管理的共享专用链接资源的名称。
- sharedPrivateLinkResource
- SharedPrivateLinkResource
要创建或更新的共享专用链接资源的定义。
选项参数。
返回
Promise<SharedPrivateLinkResource>
beginDelete(string, string, string, SharedPrivateLinkResourcesDeleteOptionalParams)
启动从搜索服务中删除共享专用链接资源。
function beginDelete(resourceGroupName: string, searchServiceName: string, sharedPrivateLinkResourceName: string, options?: SharedPrivateLinkResourcesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
参数
- resourceGroupName
-
string
当前订阅中的资源组的名称。 可以从 Azure 资源管理器 API 或门户获取此值。
- searchServiceName
-
string
与指定资源组关联的 Azure AI 搜索服务的名称。
- sharedPrivateLinkResourceName
-
string
由 Azure AI 搜索服务在指定资源组中管理的共享专用链接资源的名称。
选项参数。
返回
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, SharedPrivateLinkResourcesDeleteOptionalParams)
启动从搜索服务中删除共享专用链接资源。
function beginDeleteAndWait(resourceGroupName: string, searchServiceName: string, sharedPrivateLinkResourceName: string, options?: SharedPrivateLinkResourcesDeleteOptionalParams): Promise<void>
参数
- resourceGroupName
-
string
当前订阅中的资源组的名称。 可以从 Azure 资源管理器 API 或门户获取此值。
- searchServiceName
-
string
与指定资源组关联的 Azure AI 搜索服务的名称。
- sharedPrivateLinkResourceName
-
string
由 Azure AI 搜索服务在指定资源组中管理的共享专用链接资源的名称。
选项参数。
返回
Promise<void>
get(string, string, string, SharedPrivateLinkResourcesGetOptionalParams)
获取由给定资源组中的搜索服务管理的共享专用链接资源的详细信息。
function get(resourceGroupName: string, searchServiceName: string, sharedPrivateLinkResourceName: string, options?: SharedPrivateLinkResourcesGetOptionalParams): Promise<SharedPrivateLinkResource>
参数
- resourceGroupName
-
string
当前订阅中的资源组的名称。 可以从 Azure 资源管理器 API 或门户获取此值。
- searchServiceName
-
string
与指定资源组关联的 Azure AI 搜索服务的名称。
- sharedPrivateLinkResourceName
-
string
由 Azure AI 搜索服务在指定资源组中管理的共享专用链接资源的名称。
选项参数。
返回
Promise<SharedPrivateLinkResource>
listByService(string, string, SharedPrivateLinkResourcesListByServiceOptionalParams)
获取由给定服务管理的所有共享专用链接资源的列表。
function listByService(resourceGroupName: string, searchServiceName: string, options?: SharedPrivateLinkResourcesListByServiceOptionalParams): PagedAsyncIterableIterator<SharedPrivateLinkResource, SharedPrivateLinkResource[], PageSettings>
参数
- resourceGroupName
-
string
当前订阅中的资源组的名称。 可以从 Azure 资源管理器 API 或门户获取此值。
- searchServiceName
-
string
与指定资源组关联的 Azure AI 搜索服务的名称。
选项参数。