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

IPrivateLinkScopesOperations 接口

定义

PrivateLinkScopesOperations 操作。

public interface IPrivateLinkScopesOperations
type IPrivateLinkScopesOperations = interface
Public Interface IPrivateLinkScopesOperations

方法

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

删除 Azure Monitor PrivateLinkScope。

CreateOrUpdateWithHttpMessagesAsync(String, String, AzureMonitorPrivateLinkScope, Dictionary<String,List<String>>, CancellationToken)

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

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

删除 Azure Monitor PrivateLinkScope。

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

返回 Azure Monitor PrivateLinkScope。

ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

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

UpdateTagsWithHttpMessagesAsync(String, String, IDictionary<String,String>, Dictionary<String,List<String>>, CancellationToken)

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

扩展方法

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 方法。

适用于