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

PrivateLinkScopesResource Class

Definition

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()

Applies to