DataShareSource Class

Definition

The properties of data share source

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.DataShareSourceTypeConverter))]
public class DataShareSource : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IDataShareSource, Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.DataShareSourceTypeConverter))>]
type DataShareSource = class
    interface IDataShareSource
    interface IJsonSerializable
    interface IStorageConnectorSource
    interface IValidates
Public Class DataShareSource
Implements IDataShareSource, IValidates
Inheritance
DataShareSource
Attributes
Implements

Constructors

Name Description
DataShareSource()

Creates an new DataShareSource instance.

Properties

Name Description
AuthProperty

Details for how to authenticate to the backing data store.

AuthPropertyType

Type of the authentication properties. Controls the type of the authProperties object

Connection

Details for how to connect to the backing data store.

ConnectionType

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

Type

Type of the Storage Connector. Not mutable once the Storage Connector is created."

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DataShareSource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DataShareSource.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IDataShareSource.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DataShareSource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to