Freigeben über


ConnectedVia Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.ConnectedViaTypeConverter))]
public class ConnectedVia : Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.IConnectedVia
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.ConnectedViaTypeConverter))>]
type ConnectedVia = class
    interface IConnectedVia
    interface IJsonSerializable
Public Class ConnectedVia
Implements IConnectedVia
Inheritance
ConnectedVia
Attributes
Implements

Constructors

Name Description
ConnectedVia()

Creates an new ConnectedVia instance.

Properties

Name Description
ReferenceName

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ConnectedVia.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConnectedVia.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.IConnectedVia.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConnectedVia into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to