ValidateSecretInput Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |