共用方式為


PrivateLinkScopes interface

表示 PrivateLinkScopes 的介面。

方法

beginDelete(string, string, PrivateLinkScopesDeleteOptionalParams)

刪除 Azure Arc PrivateLinkScope。

beginDeleteAndWait(string, string, PrivateLinkScopesDeleteOptionalParams)

刪除 Azure Arc PrivateLinkScope。

createOrUpdate(string, string, HybridComputePrivateLinkScope, PrivateLinkScopesCreateOrUpdateOptionalParams)

) Azure Arc PrivateLinkScope 建立 (或更新。 注意:您無法在 Put 作業中為 InstrumentationKey 或 AppId 指定不同的值。

get(string, string, PrivateLinkScopesGetOptionalParams)

傳回 Azure Arc PrivateLinkScope。

getValidationDetails(string, string, PrivateLinkScopesGetValidationDetailsOptionalParams)

傳回 Azure Arc PrivateLinkScope 的驗證詳細資料。

getValidationDetailsForMachine(string, string, PrivateLinkScopesGetValidationDetailsForMachineOptionalParams)

傳回指定電腦的 Azure Arc PrivateLinkScope 驗證詳細資料。

list(PrivateLinkScopesListOptionalParams)

取得訂用帳戶內所有 Azure Arc PrivateLinkScopes 的清單。

listByResourceGroup(string, PrivateLinkScopesListByResourceGroupOptionalParams)

取得資源群組內的 Azure Arc PrivateLinkScopes 清單。

updateTags(string, string, TagsResource, PrivateLinkScopesUpdateTagsOptionalParams)

更新現有的 PrivateLinkScope 標籤。 若要更新其他欄位,請使用 CreateOrUpdate 方法。

方法詳細資料

beginDelete(string, string, PrivateLinkScopesDeleteOptionalParams)

刪除 Azure Arc PrivateLinkScope。

function beginDelete(resourceGroupName: string, scopeName: string, options?: PrivateLinkScopesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

scopeName

string

Azure Arc PrivateLinkScope 資源的名稱。

options
PrivateLinkScopesDeleteOptionalParams

選項參數。

傳回

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, PrivateLinkScopesDeleteOptionalParams)

刪除 Azure Arc PrivateLinkScope。

function beginDeleteAndWait(resourceGroupName: string, scopeName: string, options?: PrivateLinkScopesDeleteOptionalParams): Promise<void>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

scopeName

string

Azure Arc PrivateLinkScope 資源的名稱。

options
PrivateLinkScopesDeleteOptionalParams

選項參數。

傳回

Promise<void>

createOrUpdate(string, string, HybridComputePrivateLinkScope, PrivateLinkScopesCreateOrUpdateOptionalParams)

) Azure Arc PrivateLinkScope 建立 (或更新。 注意:您無法在 Put 作業中為 InstrumentationKey 或 AppId 指定不同的值。

function createOrUpdate(resourceGroupName: string, scopeName: string, parameters: HybridComputePrivateLinkScope, options?: PrivateLinkScopesCreateOrUpdateOptionalParams): Promise<HybridComputePrivateLinkScope>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

scopeName

string

Azure Arc PrivateLinkScope 資源的名稱。

parameters
HybridComputePrivateLinkScope

需要指定的屬性,才能建立或更新適用于伺服器和叢集 PrivateLinkScope 的 Azure Arc。

傳回

get(string, string, PrivateLinkScopesGetOptionalParams)

傳回 Azure Arc PrivateLinkScope。

function get(resourceGroupName: string, scopeName: string, options?: PrivateLinkScopesGetOptionalParams): Promise<HybridComputePrivateLinkScope>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

scopeName

string

Azure Arc PrivateLinkScope 資源的名稱。

options
PrivateLinkScopesGetOptionalParams

選項參數。

傳回

getValidationDetails(string, string, PrivateLinkScopesGetValidationDetailsOptionalParams)

傳回 Azure Arc PrivateLinkScope 的驗證詳細資料。

function getValidationDetails(location: string, privateLinkScopeId: string, options?: PrivateLinkScopesGetValidationDetailsOptionalParams): Promise<PrivateLinkScopeValidationDetails>

參數

location

string

目標資源的位置。

privateLinkScopeId

string

Azure Arc PrivateLinkScope 資源的識別碼 (Guid) 。

傳回

getValidationDetailsForMachine(string, string, PrivateLinkScopesGetValidationDetailsForMachineOptionalParams)

傳回指定電腦的 Azure Arc PrivateLinkScope 驗證詳細資料。

function getValidationDetailsForMachine(resourceGroupName: string, machineName: string, options?: PrivateLinkScopesGetValidationDetailsForMachineOptionalParams): Promise<PrivateLinkScopeValidationDetails>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

machineName

string

要取得私人連結範圍驗證詳細資料的目標電腦名稱稱。

傳回

list(PrivateLinkScopesListOptionalParams)

取得訂用帳戶內所有 Azure Arc PrivateLinkScopes 的清單。

function list(options?: PrivateLinkScopesListOptionalParams): PagedAsyncIterableIterator<HybridComputePrivateLinkScope, HybridComputePrivateLinkScope[], PageSettings>

參數

options
PrivateLinkScopesListOptionalParams

選項參數。

傳回

listByResourceGroup(string, PrivateLinkScopesListByResourceGroupOptionalParams)

取得資源群組內的 Azure Arc PrivateLinkScopes 清單。

function listByResourceGroup(resourceGroupName: string, options?: PrivateLinkScopesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<HybridComputePrivateLinkScope, HybridComputePrivateLinkScope[], PageSettings>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

傳回

updateTags(string, string, TagsResource, PrivateLinkScopesUpdateTagsOptionalParams)

更新現有的 PrivateLinkScope 標籤。 若要更新其他欄位,請使用 CreateOrUpdate 方法。

function updateTags(resourceGroupName: string, scopeName: string, privateLinkScopeTags: TagsResource, options?: PrivateLinkScopesUpdateTagsOptionalParams): Promise<HybridComputePrivateLinkScope>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

scopeName

string

Azure Arc PrivateLinkScope 資源的名稱。

privateLinkScopeTags
TagsResource

已更新標記資訊,以設定為 PrivateLinkScope 實例。

傳回