你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PrivateLinkScopes interface
表示 PrivateLinkScopes 的接口。
方法
方法详细信息
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 资源的名称。
选项参数。
返回
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 资源的名称。
选项参数。
返回
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。
选项参数。
返回
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 资源的名称。
选项参数。
返回
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)。
选项参数。
返回
Promise<PrivateLinkScopeValidationDetails>
getValidationDetailsForMachine(string, string, PrivateLinkScopesGetValidationDetailsForMachineOptionalParams)
返回给定计算机的 Azure Arc PrivateLinkScope 验证详细信息。
function getValidationDetailsForMachine(resourceGroupName: string, machineName: string, options?: PrivateLinkScopesGetValidationDetailsForMachineOptionalParams): Promise<PrivateLinkScopeValidationDetails>
参数
- resourceGroupName
-
string
资源组的名称。 名称不区分大小写。
- machineName
-
string
要获取专用链接范围验证详细信息的目标计算机的名称。
返回
Promise<PrivateLinkScopeValidationDetails>
list(PrivateLinkScopesListOptionalParams)
获取订阅中所有 Azure Arc PrivateLinkScopes 的列表。
function list(options?: PrivateLinkScopesListOptionalParams): PagedAsyncIterableIterator<HybridComputePrivateLinkScope, HybridComputePrivateLinkScope[], PageSettings>
参数
选项参数。
返回
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 实例的标记信息。
选项参数。
返回
Promise<HybridComputePrivateLinkScope>