Share via


ScopeHelpers.GetContextModificationScopeFromSaveMode(String) Method

Definition

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

Applies to