ScopeHelpers.GetContextModificationScopeFromSaveMode(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Translate a string representation of the save mode into the ContextModificatioNScope enum
public static Microsoft.Azure.Commands.Profile.Common.ContextModificationScope GetContextModificationScopeFromSaveMode (string saveMode);
static member GetContextModificationScopeFromSaveMode : string -> Microsoft.Azure.Commands.Profile.Common.ContextModificationScope
Public Shared Function GetContextModificationScopeFromSaveMode (saveMode As String) As ContextModificationScope
Parameters
- saveMode
- String
A string representing the context save mode
Returns
The corresponding value in the ContextModificatioNScope enum