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

PrivateLinkScopedResource Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.PrivateLinkScopedResourceTypeConverter))]
public class PrivateLinkScopedResource : Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IPrivateLinkScopedResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.PrivateLinkScopedResourceTypeConverter))>]
type PrivateLinkScopedResource = class
    interface IPrivateLinkScopedResource
    interface IJsonSerializable
Public Class PrivateLinkScopedResource
Implements IPrivateLinkScopedResource
Inheritance
PrivateLinkScopedResource
Attributes
Implements

Constructors

PrivateLinkScopedResource()

Creates an new PrivateLinkScopedResource instance.

Properties

ResourceId

The resourceId of the Azure Monitor Private Link Scope Scoped Resource through which this DCE is associated with a Azure Monitor Private Link Scope.

ScopeId

The immutableId of the Azure Monitor Private Link Scope Resource to which the association is.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PrivateLinkScopedResource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PrivateLinkScopedResource.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IPrivateLinkScopedResource.

FromJsonString(String)

Creates a new instance of PrivateLinkScopedResource, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of PrivateLinkScopedResource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to