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

options パラメーター。

戻り値

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

options パラメーター。

戻り値

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 and Clusters PrivateLinkScope を作成または更新するために指定する必要があるプロパティ。

options
PrivateLinkScopesCreateOrUpdateOptionalParams

options パラメーター。

戻り値

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

options パラメーター。

戻り値

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

options パラメーター。

戻り値

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

options パラメーター。

戻り値

listByResourceGroup(string, PrivateLinkScopesListByResourceGroupOptionalParams)

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

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

パラメーター

resourceGroupName

string

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

options
PrivateLinkScopesListByResourceGroupOptionalParams

options パラメーター。

戻り値

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

options パラメーター。

戻り値