你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SecretStoreBasedAuthCredentials Class

Definition

Secret store based authentication credentials.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.SecretStoreBasedAuthCredentialsTypeConverter))]
public class SecretStoreBasedAuthCredentials : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ISecretStoreBasedAuthCredentials, Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.SecretStoreBasedAuthCredentialsTypeConverter))>]
type SecretStoreBasedAuthCredentials = class
    interface ISecretStoreBasedAuthCredentials
    interface IJsonSerializable
    interface IAuthCredentials
    interface IValidates
Public Class SecretStoreBasedAuthCredentials
Implements ISecretStoreBasedAuthCredentials, IValidates
Inheritance
SecretStoreBasedAuthCredentials
Attributes
Implements

Constructors

SecretStoreBasedAuthCredentials()

Creates an new SecretStoreBasedAuthCredentials instance.

Properties

ObjectType

Type of the specific object - used for deserializing

SecretStoreResource

Secret store resource

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SecretStoreBasedAuthCredentials.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SecretStoreBasedAuthCredentials.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ISecretStoreBasedAuthCredentials.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SecretStoreBasedAuthCredentials into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to