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

LogProfilesOperationsExtensions 类

定义

LogProfilesOperations 的扩展方法。

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

方法

CreateOrUpdate(ILogProfilesOperations, String, LogProfileResource)

在 Azure 监视 REST API 中创建或更新日志配置文件。

CreateOrUpdateAsync(ILogProfilesOperations, String, LogProfileResource, CancellationToken)

在 Azure 监视 REST API 中创建或更新日志配置文件。

Delete(ILogProfilesOperations, String)

删除日志配置文件。

DeleteAsync(ILogProfilesOperations, String, CancellationToken)

删除日志配置文件。

Get(ILogProfilesOperations, String)

获取日志配置文件。

GetAsync(ILogProfilesOperations, String, CancellationToken)

获取日志配置文件。

List(ILogProfilesOperations)

列出日志配置文件。

ListAsync(ILogProfilesOperations, CancellationToken)

列出日志配置文件。

Update(ILogProfilesOperations, String, LogProfileResourcePatch)

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

UpdateAsync(ILogProfilesOperations, String, LogProfileResourcePatch, CancellationToken)

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

适用于