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

MonitorExtensions.GetMonitorWorkspaceResource 方法

定义

重载

GetMonitorWorkspaceResource(ArmClient, ResourceIdentifier)

获取一个对象, MonitorWorkspaceResource 该对象表示 ,以及可对它执行但不带数据的实例操作。 可以使用 CreateResourceIdentifier(String, String, String) 从其组件创建 。MonitorWorkspaceResourceResourceIdentifier

GetMonitorWorkspaceResource(ResourceGroupResource, String, CancellationToken)

返回特定的 Azure Monitor 工作区

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Monitor/accounts/{azureMonitorWorkspaceName}
  • 操作IdAzureMonitorWorkspaces_Get

GetMonitorWorkspaceResource(ArmClient, ResourceIdentifier)

获取一个对象, MonitorWorkspaceResource 该对象表示 ,以及可对它执行但不带数据的实例操作。 可以使用 CreateResourceIdentifier(String, String, String) 从其组件创建 。MonitorWorkspaceResourceResourceIdentifier

public static Azure.ResourceManager.Monitor.MonitorWorkspaceResource GetMonitorWorkspaceResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);
static member GetMonitorWorkspaceResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Monitor.MonitorWorkspaceResource
<Extension()>
Public Function GetMonitorWorkspaceResource (client As ArmClient, id As ResourceIdentifier) As MonitorWorkspaceResource

参数

client
ArmClient

方法 ArmClient 将对其执行的实例。

id
ResourceIdentifier

要获取的资源的资源 ID。

返回

返回一个 MonitorWorkspaceResource 对象。

适用于

GetMonitorWorkspaceResource(ResourceGroupResource, String, CancellationToken)

返回特定的 Azure Monitor 工作区

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Monitor/accounts/{azureMonitorWorkspaceName}
  • 操作IdAzureMonitorWorkspaces_Get
public static Azure.Response<Azure.ResourceManager.Monitor.MonitorWorkspaceResource> GetMonitorWorkspaceResource (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string azureMonitorWorkspaceName, System.Threading.CancellationToken cancellationToken = default);
static member GetMonitorWorkspaceResource : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Monitor.MonitorWorkspaceResource>
<Extension()>
Public Function GetMonitorWorkspaceResource (resourceGroupResource As ResourceGroupResource, azureMonitorWorkspaceName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MonitorWorkspaceResource)

参数

resourceGroupResource
ResourceGroupResource

方法 ResourceGroupResource 将对其执行的实例。

azureMonitorWorkspaceName
String

Azure Monitor 工作区的名称。 此名称不区分大小写。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

azureMonitorWorkspaceName 是一个空字符串,预期为非空。

azureMonitorWorkspaceName 为 null。

适用于