public final class StorageMigrationResponseInner extends ProxyOnlyResource
| Constructor and Description |
|---|
StorageMigrationResponseInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
operationId()
Get the operationId property: When server starts the migration process, it will return an operation ID
identifying that particular migration operation.
|
void |
validate()
Validates the instance.
|
StorageMigrationResponseInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
kindpublic StorageMigrationResponseInner withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public String operationId()
public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.