你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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