PrivateLinkScopesOperations interface

PrivateLinkScopes操作を表すインターフェース。

プロパティ

beginDelete
beginDeleteAndWait
createOrUpdate

Azure Arc PrivateLinkScope を作成 (または更新) します。 注: Put 操作で InstrumentationKey と AppId に別の値を指定することはできません。

delete

Azure Arc PrivateLinkScope を削除します。

get

Azure Arc PrivateLinkScope を返します。

getValidationDetails

Azure Arc PrivateLinkScope の検証の詳細を返します。

getValidationDetailsForMachine

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

list

サブスクリプション内のすべての Azure Arc PrivateLinkScope の一覧を取得します。

listByResourceGroup

リソース グループ内の Azure Arc PrivateLinkScope の一覧を取得します。

updateTags

既存の PrivateLinkScope のタグを更新します。 他のフィールドを更新するには、CreateOrUpdate メソッドを使用します。

プロパティの詳細

beginDelete

警告

この API は非推奨になりました。

use delete instead

beginDelete: (resourceGroupName: string, scopeName: string, options?: PrivateLinkScopesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

プロパティ値

(resourceGroupName: string, scopeName: string, options?: PrivateLinkScopesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

警告

この API は非推奨になりました。

use delete instead

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

プロパティ値

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

createOrUpdate

Azure Arc PrivateLinkScope を作成 (または更新) します。 注: Put 操作で InstrumentationKey と AppId に別の値を指定することはできません。

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

プロパティ値

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

delete

Azure Arc PrivateLinkScope を削除します。

delete: (resourceGroupName: string, scopeName: string, options?: PrivateLinkScopesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

プロパティ値

(resourceGroupName: string, scopeName: string, options?: PrivateLinkScopesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Azure Arc PrivateLinkScope を返します。

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

プロパティ値

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

getValidationDetails

Azure Arc PrivateLinkScope の検証の詳細を返します。

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

プロパティ値

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

getValidationDetailsForMachine

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

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

プロパティ値

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

list

サブスクリプション内のすべての Azure Arc PrivateLinkScope の一覧を取得します。

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

プロパティ値

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

listByResourceGroup

リソース グループ内の Azure Arc PrivateLinkScope の一覧を取得します。

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

プロパティ値

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

updateTags

既存の PrivateLinkScope のタグを更新します。 他のフィールドを更新するには、CreateOrUpdate メソッドを使用します。

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

プロパティ値

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