다음을 통해 공유


AzureCosmosDbCredentialScanProperties Class

Definition

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

Constructors

AzureCosmosDbCredentialScanProperties()

Creates an new AzureCosmosDbCredentialScanProperties instance.

Properties

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureCosmosDbCredentialScanProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureCosmosDbCredentialScanProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureCosmosDbCredentialScanProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to