Share via


AdlsGen2Properties Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.AdlsGen2PropertiesTypeConverter))]
public class AdlsGen2Properties : Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.IAdlsGen2Properties, Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.AdlsGen2PropertiesTypeConverter))>]
type AdlsGen2Properties = class
    interface IAdlsGen2Properties
    interface IJsonSerializable
    interface IAzureDataSourceProperties
    interface IDataSourceProperties
    interface IValidates
Public Class AdlsGen2Properties
Implements IAdlsGen2Properties, IValidates
Inheritance
AdlsGen2Properties
Attributes
Implements

Constructors

AdlsGen2Properties()

Creates an new AdlsGen2Properties instance.

Properties

Collection
CollectionLastModifiedAt
CollectionReferenceName
CollectionType
CreatedAt
Endpoint
LastModifiedAt
Location
ResourceGroup
ResourceName
SubscriptionId

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AdlsGen2Properties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AdlsGen2Properties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AdlsGen2Properties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to