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

UefiKey 类

UEFI 密钥签名。

继承
azure.mgmt.compute._serialization.Model
UefiKey

构造函数

UefiKey(*, type: str | _models.UefiKeyType | None = None, value: List[str] | None = None, **kwargs: Any)

仅限关键字的参数

名称 说明
type

密钥签名的类型。 已知值为:“sha256”和“x509”。

value

密钥签名的值。

变量

名称 说明
type

密钥签名的类型。 已知值为:“sha256”和“x509”。

value

密钥签名的值。