SecretArchiveReference 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.
SecretArchiveReference represents the reference to a secret in a key vault.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.SecretArchiveReferenceTypeConverter))]
public class SecretArchiveReference : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ISecretArchiveReference
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.SecretArchiveReferenceTypeConverter))>]
type SecretArchiveReference = class
interface ISecretArchiveReference
interface IJsonSerializable
Public Class SecretArchiveReference
Implements ISecretArchiveReference
- Inheritance
-
SecretArchiveReference
- Attributes
- Implements
Constructors
SecretArchiveReference() |
Creates an new SecretArchiveReference instance. |
Properties
KeyVaultId |
The resource ID of the key vault containing the secret. |
SecretName |
The name of the secret in the key vault. |
SecretVersion |
The version of the secret in the key vault. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SecretArchiveReference. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SecretArchiveReference. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ISecretArchiveReference. |
FromJsonString(String) |
Creates a new instance of SecretArchiveReference, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SecretArchiveReference into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |