Share via


PrivateLinkScopedResource Class

Definition

The private link scope resource reference.

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

Constructors

Name Description
PrivateLinkScopedResource()

Creates an new PrivateLinkScopedResource instance.

Properties

Name Description
ResourceId

The full resource Id of the private link scope resource.

ScopeId

The private link scope unique Identifier.

Methods

Name Description
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.ApplicationInsights.Models.Api202002.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