IDataShareSource Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.DataShareSourceTypeConverter))]
public interface IDataShareSource : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IStorageConnectorSource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.DataShareSourceTypeConverter))>]
type IDataShareSource = interface
    interface IJsonSerializable
    interface IStorageConnectorSource
Public Interface IDataShareSource
Implements IStorageConnectorSource
Derived
Attributes
Implements

Properties

Name Description
AuthPropertyType

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

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."

(Inherited from IStorageConnectorSource)

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to