Udostępnij za pośrednictwem


SecretParameters Class

Definition

The json object containing secret parameters

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

Constructors

SecretParameters()

Creates an new SecretParameters instance.

Properties

Type

The type of the secret resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SecretParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SecretParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ISecretParameters. Note: the Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ISecretParameters interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SecretParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to