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

ValidateSecretInput Class

Definition

Input of the secret to be validated.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ValidateSecretInputTypeConverter))]
public class ValidateSecretInput : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IValidateSecretInput
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ValidateSecretInputTypeConverter))>]
type ValidateSecretInput = class
    interface IValidateSecretInput
    interface IJsonSerializable
Public Class ValidateSecretInput
Implements IValidateSecretInput
Inheritance
ValidateSecretInput
Attributes
Implements

Constructors

ValidateSecretInput()

Creates an new ValidateSecretInput instance.

Properties

SecretSourceId

Resource ID.

SecretType

The secret type.

SecretVersion

Secret version, if customer is using a specific version.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ValidateSecretInput.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ValidateSecretInput.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IValidateSecretInput.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ValidateSecretInput into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to