Udostępnij za pośrednictwem


PowerBiDataSourceProperties Class

Definition

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

Constructors

PowerBiDataSourceProperties()

Creates an new PowerBiDataSourceProperties instance.

Properties

Collection
CollectionLastModifiedAt
CollectionReferenceName
CollectionType
CreatedAt
LastModifiedAt
Tenant

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PowerBiDataSourceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PowerBiDataSourceProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PowerBiDataSourceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to