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

IAttestationServiceCreationParams Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.AttestationServiceCreationParamsTypeConverter))]
public interface IAttestationServiceCreationParams : Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.AttestationServiceCreationParamsTypeConverter))>]
type IAttestationServiceCreationParams = interface
    interface IJsonSerializable
Public Interface IAttestationServiceCreationParams
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Location

The supported Azure location where the attestation provider should be created.

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.

Tag

The tags that will be assigned to the attestation provider.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to