PrivateLinkScopedResource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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() |