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

SubscriptionIsAllowedToCreateJobValidationResponseProperties 类

定义

用于创建作业验证响应的订阅权限的属性。

[Newtonsoft.Json.JsonObject("ValidateSubscriptionIsAllowedToCreateJob")]
public class SubscriptionIsAllowedToCreateJobValidationResponseProperties : Microsoft.Azure.Management.DataBox.Models.ValidationInputResponse
[<Newtonsoft.Json.JsonObject("ValidateSubscriptionIsAllowedToCreateJob")>]
type SubscriptionIsAllowedToCreateJobValidationResponseProperties = class
    inherit ValidationInputResponse
Public Class SubscriptionIsAllowedToCreateJobValidationResponseProperties
Inherits ValidationInputResponse
继承
SubscriptionIsAllowedToCreateJobValidationResponseProperties
属性
Newtonsoft.Json.JsonObjectAttribute

构造函数

SubscriptionIsAllowedToCreateJobValidationResponseProperties()

初始化 SubscriptionIsAllowedToCreateJobValidationResponseProperties 类的新实例。

SubscriptionIsAllowedToCreateJobValidationResponseProperties(CloudError, Nullable<ValidationStatus>)

初始化 SubscriptionIsAllowedToCreateJobValidationResponseProperties 类的新实例。

属性

Error

获取验证响应的错误代码和消息。

(继承自 ValidationInputResponse)
Status

获取用于创建作业的订阅权限的验证状态。 可能的值包括:“Valid”、“Invalid”、“Skipped”

适用于