Udostępnij za pośrednictwem


AzureDataSourceProperties Class

Definition

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

Constructors

AzureDataSourceProperties()

Creates an new AzureDataSourceProperties instance.

Properties

Collection
CollectionLastModifiedAt
CollectionReferenceName
CollectionType
CreatedAt
LastModifiedAt
Location
ResourceGroup
ResourceName
SubscriptionId

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureDataSourceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureDataSourceProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureDataSourceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to