다음을 통해 공유


AzureSqlDatabaseCredentialScanProperties Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.AzureSqlDatabaseCredentialScanPropertiesTypeConverter))]
public class AzureSqlDatabaseCredentialScanProperties : Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.IAzureSqlDatabaseCredentialScanProperties, Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.AzureSqlDatabaseCredentialScanPropertiesTypeConverter))>]
type AzureSqlDatabaseCredentialScanProperties = class
    interface IAzureSqlDatabaseCredentialScanProperties
    interface IJsonSerializable
    interface IAzureSqlCredentialScanProperties
    interface IAzureSqlScanProperties
    interface IScanProperties
    interface IValidates
Public Class AzureSqlDatabaseCredentialScanProperties
Implements IAzureSqlDatabaseCredentialScanProperties, IValidates
Inheritance
AzureSqlDatabaseCredentialScanProperties
Attributes
Implements

Constructors

AzureSqlDatabaseCredentialScanProperties()

Creates an new AzureSqlDatabaseCredentialScanProperties instance.

Properties

Collection
CollectionLastModifiedAt
CollectionReferenceName
CollectionType
ConnectedVia
ConnectedViaReferenceName
CreatedAt
Credential
CredentialReferenceName
CredentialType
DatabaseName
LastModifiedAt
ScanRulesetName
ScanRulesetType
ServerEndpoint
Worker

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureSqlDatabaseCredentialScanProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureSqlDatabaseCredentialScanProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureSqlDatabaseCredentialScanProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to