Freigeben über


CredentialReference Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.CredentialReferenceTypeConverter))]
public class CredentialReference : Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.ICredentialReference
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.CredentialReferenceTypeConverter))>]
type CredentialReference = class
    interface ICredentialReference
    interface IJsonSerializable
Public Class CredentialReference
Implements ICredentialReference
Inheritance
CredentialReference
Attributes
Implements

Constructors

Name Description
CredentialReference()

Creates an new CredentialReference instance.

Properties

Name Description
CredentialType
ReferenceName

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CredentialReference.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CredentialReference.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CredentialReference into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to