StorageMigrationResponseInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appservice. models. ProxyOnlyResource - com.
azure. resourcemanager. appservice. fluent. models. StorageMigrationResponseInner
- com.
- com.
- com.
public final class StorageMigrationResponseInner
extends ProxyOnlyResource
Response for a migration of app content request.
Constructor Summary
Constructor | Description |
---|---|
StorageMigrationResponseInner() |
Creates an instance of Storage |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Storage |
fromJson(JsonReader jsonReader)
Reads an instance of Storage |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
String |
operationId()
Get the operation |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Storage |
withKind(String kind)
Set the kind property: Kind of resource. |
Methods inherited from ProxyOnlyResource
Methods inherited from java.lang.Object
Constructor Details
StorageMigrationResponseInner
public StorageMigrationResponseInner()
Creates an instance of StorageMigrationResponseInner class.
Method Details
fromJson
public static StorageMigrationResponseInner fromJson(JsonReader jsonReader)
Reads an instance of StorageMigrationResponseInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
StorageMigrationResponseInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
StorageMigrationResponseInner.name()Returns:
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:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
StorageMigrationResponseInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
StorageMigrationResponseInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
StorageMigrationResponseInner.validate()withKind
public StorageMigrationResponseInner withKind(String kind)
Set the kind property: Kind of resource.
Overrides:
StorageMigrationResponseInner.withKind(String kind)Parameters:
Applies to
Azure SDK for Java