Interface ApiManagementServiceResource.DefinitionStages.WithRestore
- All Known Subinterfaces:
ApiManagementServiceResource.Definition,ApiManagementServiceResource.DefinitionStages.WithCreate
- Enclosing interface:
ApiManagementServiceResource.DefinitionStages
public static interface ApiManagementServiceResource.DefinitionStages.WithRestore
The stage of the ApiManagementServiceResource definition allowing to specify restore.
-
Method Summary
Modifier and TypeMethodDescriptionwithRestore(Boolean restore) Specifies the restore property: Undelete Api Management Service if it was previously soft-deleted.
-
Method Details
-
withRestore
Specifies the restore property: Undelete Api Management Service if it was previously soft-deleted. If this flag is specified and set to True all other properties will be ignored..- Parameters:
restore- Undelete Api Management Service if it was previously soft-deleted. If this flag is specified and set to True all other properties will be ignored.- Returns:
- the next definition stage.
-