Udostępnij za pośrednictwem


UrlSigningKey Class

Definition

Url signing key

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

Constructors

UrlSigningKey()

Creates an new UrlSigningKey instance.

Properties

KeyId

Defines the customer defined key Id. This id will exist in the incoming request to indicate the key used to form the hash.

KeySourceParameterResourceGroupName

Resource group of the user's Key Vault containing the secret

KeySourceParameterSecretName

The name of secret in Key Vault.

KeySourceParameterSecretVersion

The version(GUID) of secret in Key Vault.

KeySourceParameterSubscriptionId

Subscription Id of the user's Key Vault containing the secret

KeySourceParameterTypeName
KeySourceParameterVaultName

The name of the user's Key Vault containing the secret

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of UrlSigningKey.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of UrlSigningKey.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of UrlSigningKey into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to