次の方法で共有


Secret Class

Definition

Friendly Secret name mapping to the any Secret or secret related information.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.SecretTypeConverter))]
public class Secret : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ISecret, Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.IHeaderSerializable, Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.SecretTypeConverter))>]
type Secret = class
    interface ISecret
    interface IJsonSerializable
    interface IResource
    interface IValidates
    interface IHeaderSerializable
Public Class Secret
Implements IHeaderSerializable, ISecret, IValidates
Inheritance
Secret
Attributes
Implements

Constructors

Secret()

Creates an new Secret instance.

Properties

DeploymentStatus
Id

Resource ID.

Location
Name

Resource name.

Parameter

object which contains secret parameters

ProfileName

The name of the profile which holds the secret.

ProvisioningState

Provisioning status

ResourceGroupName

Gets the resource group name

SystemData

Read only system data

SystemDataCreatedAt

The timestamp of resource creation (UTC)

SystemDataCreatedBy

An identifier for the identity that created the resource

SystemDataCreatedByType

The type of identity that created the resource

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

An identifier for the identity that last modified the resource

SystemDataLastModifiedByType

The type of identity that last modified the resource

Type

Resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Secret.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Secret.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Secret into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Explicit Interface Implementations

IHeaderSerializable.ReadHeaders(HttpResponseHeaders)

Applies to