Uses of Class
com.azure.resourcemanager.appservice.models.BackupRestoreOperationType
-
Packages that use BackupRestoreOperationType 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. -
-
Uses of BackupRestoreOperationType in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return BackupRestoreOperationType Modifier and Type Method Description BackupRestoreOperationTypeRestoreRequestInner. operationType()Get the operationType property: Operation type.BackupRestoreOperationTypeRestoreRequestProperties. operationType()Get the operationType property: Operation type.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type BackupRestoreOperationType Modifier and Type Method Description RestoreRequestInnerRestoreRequestInner. withOperationType(BackupRestoreOperationType operationType)Set the operationType property: Operation type.RestoreRequestPropertiesRestoreRequestProperties. withOperationType(BackupRestoreOperationType operationType)Set the operationType property: Operation type. -
Uses of BackupRestoreOperationType in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return BackupRestoreOperationType Modifier and Type Method Description static BackupRestoreOperationTypeBackupRestoreOperationType. fromString(String value)Parses a serialized value to a BackupRestoreOperationType instance.static BackupRestoreOperationTypeBackupRestoreOperationType. 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.
-