StorageConnectorConnection Class

Definition

The connection properties of the backing data source

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.StorageConnectorConnectionTypeConverter))]
public class StorageConnectorConnection : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IStorageConnectorConnection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.StorageConnectorConnectionTypeConverter))>]
type StorageConnectorConnection = class
    interface IStorageConnectorConnection
    interface IJsonSerializable
Public Class StorageConnectorConnection
Implements IStorageConnectorConnection
Inheritance
StorageConnectorConnection
Attributes
Implements

Constructors

Name Description
StorageConnectorConnection()

Creates an new StorageConnectorConnection instance.

Properties

Name Description
Type

Type of the connection. Controls the type of the connection object. Not mutable once the Storage Connector is created.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StorageConnectorConnection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StorageConnectorConnection.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IStorageConnectorConnection. Note: the Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IStorageConnectorConnection interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StorageConnectorConnection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to