Class StorageMigrationResponseProperties
- java.lang.Object
-
- com.azure.resourcemanager.appservice.fluent.models.StorageMigrationResponseProperties
-
public final class StorageMigrationResponseProperties extends Object
StorageMigrationResponse resource specific properties.
-
-
Constructor Summary
Constructors Constructor Description StorageMigrationResponseProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringoperationId()Get the operationId property: When server starts the migration process, it will return an operation ID identifying that particular migration operation.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
operationId
public String operationId()
Get the operationId property: When server starts the migration process, it will return an operation ID identifying that particular migration operation.- Returns:
- the operationId value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-