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

ISubscriptionIsAllowedToCreateJobValidationResponseProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.SubscriptionIsAllowedToCreateJobValidationResponsePropertiesTypeConverter))]
public interface ISubscriptionIsAllowedToCreateJobValidationResponseProperties : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IValidationInputResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.SubscriptionIsAllowedToCreateJobValidationResponsePropertiesTypeConverter))>]
type ISubscriptionIsAllowedToCreateJobValidationResponseProperties = interface
    interface IJsonSerializable
    interface IValidationInputResponse
Public Interface ISubscriptionIsAllowedToCreateJobValidationResponseProperties
Implements IValidationInputResponse
Derived
Attributes
Implements

Properties

AdditionalInfo

Gets or sets additional error info.

(Inherited from IValidationInputResponse)
Code

Error code.

(Inherited from IValidationInputResponse)
Detail

Gets or sets details for the error.

(Inherited from IValidationInputResponse)
Message

The error message parsed from the body of the http error response.

(Inherited from IValidationInputResponse)
Status

Validation status of subscription permission to create job.

Target

Gets or sets the target of the error.

(Inherited from IValidationInputResponse)
ValidationType

Identifies the type of validation response.

(Inherited from IValidationInputResponse)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to