Freigeben über


AzureCosmosDbCredentialScanPropertiesCredential Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.AzureCosmosDbCredentialScanPropertiesCredentialTypeConverter))]
public class AzureCosmosDbCredentialScanPropertiesCredential : Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.IAzureCosmosDbCredentialScanPropertiesCredential, Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.AzureCosmosDbCredentialScanPropertiesCredentialTypeConverter))>]
type AzureCosmosDbCredentialScanPropertiesCredential = class
    interface IAzureCosmosDbCredentialScanPropertiesCredential
    interface IJsonSerializable
    interface ICredentialReference
    interface IValidates
Public Class AzureCosmosDbCredentialScanPropertiesCredential
Implements IAzureCosmosDbCredentialScanPropertiesCredential, IValidates
Inheritance
AzureCosmosDbCredentialScanPropertiesCredential
Attributes
Implements

Constructors

Name Description
AzureCosmosDbCredentialScanPropertiesCredential()

Creates an new AzureCosmosDbCredentialScanPropertiesCredential instance.

Properties

Name Description
CredentialType
ReferenceName

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureCosmosDbCredentialScanPropertiesCredential.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureCosmosDbCredentialScanPropertiesCredential.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureCosmosDbCredentialScanPropertiesCredential into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to