PrivateLinkScopesResource 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.
An azure resource object
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.PrivateLinkScopesResourceTypeConverter))]
public class PrivateLinkScopesResource : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IPrivateLinkScopesResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.PrivateLinkScopesResourceTypeConverter))>]
type PrivateLinkScopesResource = class
interface IPrivateLinkScopesResource
interface IJsonSerializable
Public Class PrivateLinkScopesResource
Implements IPrivateLinkScopesResource
- Inheritance
-
PrivateLinkScopesResource
- Attributes
- Implements
Constructors
PrivateLinkScopesResource() |
Creates an new PrivateLinkScopesResource instance. |
Properties
Id |
Azure resource Id |
Location |
Resource location |
Name |
Azure resource name |
Tags |
Resource tags |
Type |
Azure resource type |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PrivateLinkScopesResource. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PrivateLinkScopesResource. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IPrivateLinkScopesResource. |
FromJsonString(String) |
Creates a new instance of PrivateLinkScopesResource, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PrivateLinkScopesResource into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |