DataShareSourceUpdate Class

Definition

The properties of data share source

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

Constructors

Name Description
DataShareSourceUpdate()

Creates an new DataShareSourceUpdate 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

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DataShareSourceUpdate.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DataShareSourceUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to