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

SecretProperties 类

定义

包含要创建的机密的属性的 JSON 对象。

public class SecretProperties : Microsoft.Azure.Management.Cdn.Models.AFDStateProperties
type SecretProperties = class
    inherit AFDStateProperties
Public Class SecretProperties
Inherits AFDStateProperties
继承
SecretProperties

构造函数

SecretProperties()

初始化 SecretProperties 类的新实例。

SecretProperties(String, String, SecretParameters)

初始化 SecretProperties 类的新实例。

属性

DeploymentStatus

获取可能的值包括:“NotStarted”、“InProgress”、“Succeeded”、“Failed”

(继承自 AFDStateProperties)
Parameters

获取或设置包含机密参数的对象

ProvisioningState

获取预配状态。 可能的值包括:“Succeeded”、“Failed”、“Updateing”、“删除”、“Create”

(继承自 AFDStateProperties)

适用于