ISkuAvailabilityValidationResponseProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.SkuAvailabilityValidationResponsePropertiesTypeConverter))]
public interface ISkuAvailabilityValidationResponseProperties : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IValidationInputResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.SkuAvailabilityValidationResponsePropertiesTypeConverter))>]
type ISkuAvailabilityValidationResponseProperties = interface
interface IJsonSerializable
interface IValidationInputResponse
Public Interface ISkuAvailabilityValidationResponseProperties
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 |
Sku availability validation status. |
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) |