Class StorageMigrationResponseInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.appservice.models.ProxyOnlyResource
com.azure.resourcemanager.appservice.fluent.models.StorageMigrationResponseInner

public final class StorageMigrationResponseInner extends ProxyOnlyResource
Response for a migration of app content request.
  • Constructor Details

    • StorageMigrationResponseInner

      public StorageMigrationResponseInner()
  • Method Details

    • withKind

      public StorageMigrationResponseInner withKind(String kind)
      Set the kind property: Kind of resource.
      Overrides:
      withKind in class ProxyOnlyResource
      Parameters:
      kind - the kind value to set.
      Returns:
      the ProxyOnlyResource object itself.
    • 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.
      Overrides:
      validate in class ProxyOnlyResource
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.