PrivateLinkScopes interface
PrivateLinkScopes を表すインターフェイス。
メソッド
メソッドの詳細
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 パラメーター。
戻り値
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 パラメーター。
戻り値
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 パラメーター。
戻り値
Promise<HybridComputePrivateLinkScope>
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 パラメーター。
戻り値
Promise<HybridComputePrivateLinkScope>
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 パラメーター。
戻り値
Promise<PrivateLinkScopeValidationDetails>
getValidationDetailsForMachine(string, string, PrivateLinkScopesGetValidationDetailsForMachineOptionalParams)
特定のマシンに対する Azure Arc PrivateLinkScope の検証の詳細を返します。
function getValidationDetailsForMachine(resourceGroupName: string, machineName: string, options?: PrivateLinkScopesGetValidationDetailsForMachineOptionalParams): Promise<PrivateLinkScopeValidationDetails>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- machineName
-
string
プライベート リンク スコープの検証の詳細を取得するターゲット コンピューターの名前。
options パラメーター。
戻り値
Promise<PrivateLinkScopeValidationDetails>
list(PrivateLinkScopesListOptionalParams)
サブスクリプション内のすべての Azure Arc PrivateLinkScopes の一覧を取得します。
function list(options?: PrivateLinkScopesListOptionalParams): PagedAsyncIterableIterator<HybridComputePrivateLinkScope, HybridComputePrivateLinkScope[], PageSettings>
パラメーター
options パラメーター。
戻り値
listByResourceGroup(string, PrivateLinkScopesListByResourceGroupOptionalParams)
リソース グループ内の Azure Arc PrivateLinkScopes の一覧を取得します。
function listByResourceGroup(resourceGroupName: string, options?: PrivateLinkScopesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<HybridComputePrivateLinkScope, HybridComputePrivateLinkScope[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
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 パラメーター。
戻り値
Promise<HybridComputePrivateLinkScope>