Uses of Enum
com.azure.resourcemanager.appservice.models.BackupRestoreOperationType
Packages that use BackupRestoreOperationType
Package
Description
Package containing the inner data models for WebSiteManagementClient.
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 BackupRestoreOperationTypeModifier and TypeMethodDescriptionRestoreRequestInner.operationType()Get the operationType property: Operation type.RestoreRequestProperties.operationType()Get the operationType property: Operation type.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type BackupRestoreOperationTypeModifier and TypeMethodDescriptionRestoreRequestInner.withOperationType(BackupRestoreOperationType operationType) Set the operationType property: Operation type.RestoreRequestProperties.withOperationType(BackupRestoreOperationType operationType) Set the operationType property: Operation type. -
Uses of BackupRestoreOperationType in com.azure.resourcemanager.appservice.models
Subclasses with type arguments of type BackupRestoreOperationType in com.azure.resourcemanager.appservice.modelsMethods in com.azure.resourcemanager.appservice.models that return BackupRestoreOperationTypeModifier and TypeMethodDescriptionstatic BackupRestoreOperationTypeBackupRestoreOperationType.fromString(String value) Parses a serialized value to a BackupRestoreOperationType instance.static BackupRestoreOperationTypeReturns 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.