次の方法で共有


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<SimplePollerLike<OperationState<void>, void>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

scopeName

string

Azure Arc PrivateLinkScope リソースの名前。

options
PrivateLinkScopesDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<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

Azure Arc for Servers と Clusters PrivateLinkScope を作成または更新するために指定する必要があるプロパティ。

options
PrivateLinkScopesCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

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 リソースの ID (Guid)。

options
PrivateLinkScopesGetValidationDetailsOptionalParams

オプション パラメーター。

戻り値

getValidationDetailsForMachine(string, string, PrivateLinkScopesGetValidationDetailsForMachineOptionalParams)

特定のマシンに対する Azure Arc PrivateLinkScope の検証の詳細を返します。

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

machineName

string

プライベート リンク スコープの検証の詳細を取得するターゲット コンピューターの名前。

options
PrivateLinkScopesGetValidationDetailsForMachineOptionalParams

オプション パラメーター。

戻り値

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

リソース グループの名前。 名前では大文字と小文字が区別されません。

options
PrivateLinkScopesListByResourceGroupOptionalParams

オプション パラメーター。

戻り値

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 インスタンスに設定するようにタグ情報を更新しました。

options
PrivateLinkScopesUpdateTagsOptionalParams

オプション パラメーター。

戻り値