C# Класс Microsoft.Azure.Commands.ResourceManager.Common.AzureRMProfileExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
SetContextWithCache ( this profile, AzureContext newContext ) : void

Set the context for the current profile, preserving token cache information

Описание методов

SetContextWithCache() публичный статический Метод

Set the context for the current profile, preserving token cache information
public static SetContextWithCache ( this profile, AzureContext newContext ) : void
profile this The profile to change the context for
newContext Microsoft.Azure.Commands.Common.Authentication.Models.AzureContext The new context, with no token cache information.
Результат void