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 認知搜尋服務名稱。
- sharedPrivateLinkResourceName
-
string
由指定資源群組內Azure 認知搜尋服務管理的共用私人連結資源名稱。
- 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 認知搜尋服務名稱。
- sharedPrivateLinkResourceName
-
string
由指定資源群組內Azure 認知搜尋服務管理的共用私人連結資源名稱。
- 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 認知搜尋服務名稱。
- sharedPrivateLinkResourceName
-
string
由指定資源群組內Azure 認知搜尋服務管理的共用私人連結資源名稱。
選項參數。
傳回
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 認知搜尋服務名稱。
- sharedPrivateLinkResourceName
-
string
由指定資源群組內Azure 認知搜尋服務管理的共用私人連結資源名稱。
選項參數。
傳回
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 認知搜尋服務名稱。
- sharedPrivateLinkResourceName
-
string
由指定資源群組內Azure 認知搜尋服務管理的共用私人連結資源名稱。
選項參數。
傳回
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 認知搜尋服務名稱。
選項參數。