你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AttestationServiceCreationSpecificParams Class

Definition

Client supplied parameters used to create a new attestation provider.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.AttestationServiceCreationSpecificParamsTypeConverter))]
public class AttestationServiceCreationSpecificParams : Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationServiceCreationSpecificParams
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.AttestationServiceCreationSpecificParamsTypeConverter))>]
type AttestationServiceCreationSpecificParams = class
    interface IAttestationServiceCreationSpecificParams
    interface IJsonSerializable
Public Class AttestationServiceCreationSpecificParams
Implements IAttestationServiceCreationSpecificParams
Inheritance
AttestationServiceCreationSpecificParams
Attributes
Implements

Constructors

AttestationServiceCreationSpecificParams()

Creates an new AttestationServiceCreationSpecificParams instance.

Properties

PolicySigningCertificateKey

The value of the "keys" parameter is an array of JWK values. By default, the order of the JWK values within the array does not imply an order of preference among them, although applications of JWK Sets can choose to assign a meaning to the order for their purposes, if desired.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AttestationServiceCreationSpecificParams.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AttestationServiceCreationSpecificParams.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationServiceCreationSpecificParams.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AttestationServiceCreationSpecificParams into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to