你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PrivateLinkScopesOperationsExtensions 类

定义

PrivateLinkScopesOperations 的扩展方法。

public static class PrivateLinkScopesOperationsExtensions
type PrivateLinkScopesOperationsExtensions = class
Public Module PrivateLinkScopesOperationsExtensions
继承
PrivateLinkScopesOperationsExtensions

方法

BeginDelete(IPrivateLinkScopesOperations, String, String)

删除 Azure Monitor PrivateLinkScope。

BeginDeleteAsync(IPrivateLinkScopesOperations, String, String, CancellationToken)

删除 Azure Monitor PrivateLinkScope。

CreateOrUpdate(IPrivateLinkScopesOperations, String, String, AzureMonitorPrivateLinkScope)

) Azure Monitor PrivateLinkScope 创建 (或更新。 注意:不能在 Put 操作中为 InstrumentationKey 或 AppId 指定其他值。

CreateOrUpdateAsync(IPrivateLinkScopesOperations, String, String, AzureMonitorPrivateLinkScope, CancellationToken)

) Azure Monitor PrivateLinkScope 创建 (或更新。 注意:不能在 Put 操作中为 InstrumentationKey 或 AppId 指定其他值。

Delete(IPrivateLinkScopesOperations, String, String)

删除 Azure Monitor PrivateLinkScope。

DeleteAsync(IPrivateLinkScopesOperations, String, String, CancellationToken)

删除 Azure Monitor PrivateLinkScope。

Get(IPrivateLinkScopesOperations, String, String)

返回 Azure Monitor PrivateLinkScope。

GetAsync(IPrivateLinkScopesOperations, String, String, CancellationToken)

返回 Azure Monitor PrivateLinkScope。

List(IPrivateLinkScopesOperations)

获取订阅中所有 Azure Monitor PrivateLinkScopes 的列表。

ListAsync(IPrivateLinkScopesOperations, CancellationToken)

获取订阅中所有 Azure Monitor PrivateLinkScopes 的列表。

ListByResourceGroup(IPrivateLinkScopesOperations, String)

获取资源组中 Azure Monitor PrivateLinkScopes 的列表。

ListByResourceGroupAsync(IPrivateLinkScopesOperations, String, CancellationToken)

获取资源组中 Azure Monitor PrivateLinkScopes 的列表。

ListByResourceGroupNext(IPrivateLinkScopesOperations, String)

获取资源组中 Azure Monitor PrivateLinkScopes 的列表。

ListByResourceGroupNextAsync(IPrivateLinkScopesOperations, String, CancellationToken)

获取资源组中 Azure Monitor PrivateLinkScopes 的列表。

ListNext(IPrivateLinkScopesOperations, String)

获取订阅中所有 Azure Monitor PrivateLinkScopes 的列表。

ListNextAsync(IPrivateLinkScopesOperations, String, CancellationToken)

获取订阅中所有 Azure Monitor PrivateLinkScopes 的列表。

UpdateTags(IPrivateLinkScopesOperations, String, String, IDictionary<String,String>)

汇报现有 PrivateLinkScope 的标记。 若要更新其他字段,请使用 CreateOrUpdate 方法。

UpdateTagsAsync(IPrivateLinkScopesOperations, String, String, IDictionary<String,String>, CancellationToken)

汇报现有 PrivateLinkScope 的标记。 若要更新其他字段,请使用 CreateOrUpdate 方法。

适用于