Share via


AzureMySqlDataSource Class

Definition

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

Constructors

AzureMySqlDataSource()

Creates an new AzureMySqlDataSource instance.

Properties

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureMySqlDataSource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureMySqlDataSource.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureMySqlDataSource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to