Udostępnij za pośrednictwem


AdlsGen1DataSource Class

Definition

[Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.AdlsGen1DataSourceTypeConverter))]
public class AdlsGen1DataSource : Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.IAdlsGen1DataSource, Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Runtime.IValidates
[<Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.AdlsGen1DataSourceTypeConverter))>]
type AdlsGen1DataSource = class
    interface IAdlsGen1DataSource
    interface IJsonSerializable
    interface IDataSource
    interface IProxyResource
    interface IValidates
Public Class AdlsGen1DataSource
Implements IAdlsGen1DataSource, IValidates
Inheritance
AdlsGen1DataSource
Attributes
Implements

Constructors

AdlsGen1DataSource()

Creates an new AdlsGen1DataSource instance.

Properties

CollectionLastModifiedAt
CollectionReferenceName
CollectionType
CreatedAt
Endpoint
Id
Kind
LastModifiedAt
Location
Name
ResourceGroup
ResourceName
Scan
SubscriptionId

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AdlsGen1DataSource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AdlsGen1DataSource.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AdlsGen1DataSource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to