| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
BackupRestoreOperationType |
RestoreRequestInner.operationType()
Get the operationType property: Operation type.
|
BackupRestoreOperationType |
RestoreRequestProperties.operationType()
Get the operationType property: Operation type.
|
| Modifier and Type | Method and Description |
|---|---|
RestoreRequestInner |
RestoreRequestInner.withOperationType(BackupRestoreOperationType operationType)
Set the operationType property: Operation type.
|
RestoreRequestProperties |
RestoreRequestProperties.withOperationType(BackupRestoreOperationType operationType)
Set the operationType property: Operation type.
|
| Modifier and Type | Method and Description |
|---|---|
static BackupRestoreOperationType |
BackupRestoreOperationType.fromString(String value)
Parses a serialized value to a BackupRestoreOperationType instance.
|
static BackupRestoreOperationType |
BackupRestoreOperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackupRestoreOperationType[] |
BackupRestoreOperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.