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

AzureMonitorPrivateLinkScope 类

定义

Azure Monitor PrivateLinkScope 定义。

[Microsoft.Rest.Serialization.JsonTransformation]
public class AzureMonitorPrivateLinkScope : Microsoft.Azure.Management.Monitor.Models.PrivateLinkScopesResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AzureMonitorPrivateLinkScope = class
    inherit PrivateLinkScopesResource
Public Class AzureMonitorPrivateLinkScope
Inherits PrivateLinkScopesResource
继承
AzureMonitorPrivateLinkScope
属性

构造函数

AzureMonitorPrivateLinkScope()

初始化 AzureMonitorPrivateLinkScope 类的新实例。

AzureMonitorPrivateLinkScope(String, String, String, String, IDictionary<String,String>, String, IList<PrivateEndpointConnection>)

初始化 AzureMonitorPrivateLinkScope 类的新实例。

属性

Id

获取 Azure 资源 ID

(继承自 PrivateLinkScopesResource)
Location

获取或设置资源位置

(继承自 PrivateLinkScopesResource)
Name

获取 Azure 资源名称

(继承自 PrivateLinkScopesResource)
PrivateEndpointConnections

获取专用终结点连接的列表。

ProvisioningState

获取此 PrivateLinkScope 的当前状态:是否已在定义的资源组中预配 。 用户无法更改此值,但可以从中读取此值。 值将包括 Provisioning 、Succeeded、Canceled 和 Failed。

Tags

获取或设置资源标记

(继承自 PrivateLinkScopesResource)
Type

获取 Azure 资源类型

(继承自 PrivateLinkScopesResource)

方法

Validate()

验证 对象。

适用于