ProvisioningError Class

  • java.lang.Object
    • com.azure.resourcemanager.imagebuilder.models.ProvisioningError

public final class ProvisioningError

Describes the error happened when create or update an image template.

Constructor Summary

Constructor Description
ProvisioningError()

Creates an instance of ProvisioningError class.

Method Summary

Modifier and Type Method and Description
String message()

Get the message property: Verbose error message about the provisioning failure.

ProvisioningErrorCode provisioningErrorCode()

Get the provisioningErrorCode property: Error code of the provisioning failure.

void validate()

Validates the instance.

ProvisioningError withMessage(String message)

Set the message property: Verbose error message about the provisioning failure.

ProvisioningError withProvisioningErrorCode(ProvisioningErrorCode provisioningErrorCode)

Set the provisioningErrorCode property: Error code of the provisioning failure.

Methods inherited from java.lang.Object

Constructor Details

ProvisioningError

public ProvisioningError()

Creates an instance of ProvisioningError class.

Method Details

message

public String message()

Get the message property: Verbose error message about the provisioning failure.

Returns:

the message value.

provisioningErrorCode

public ProvisioningErrorCode provisioningErrorCode()

Get the provisioningErrorCode property: Error code of the provisioning failure.

Returns:

the provisioningErrorCode value.

validate

public void validate()

Validates the instance.

withMessage

public ProvisioningError withMessage(String message)

Set the message property: Verbose error message about the provisioning failure.

Parameters:

message - the message value to set.

Returns:

the ProvisioningError object itself.

withProvisioningErrorCode

public ProvisioningError withProvisioningErrorCode(ProvisioningErrorCode provisioningErrorCode)

Set the provisioningErrorCode property: Error code of the provisioning failure.

Parameters:

provisioningErrorCode - the provisioningErrorCode value to set.

Returns:

the ProvisioningError object itself.

Applies to