C# Класс Microsoft.Azure.Commands.Common.Authentication.Models.AzureRMProfile

Наследование: IAzureProfile
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
Load void

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

Метод Описание
AzureRMProfile ( ) : Newtonsoft.Json

Creates new instance of AzureRMProfile.

AzureRMProfile ( string path ) : Newtonsoft.Json

Initializes a new instance of AzureRMProfile and loads its content from specified path.

Save ( ) : void

Writes profile to the disk it was opened from disk.

Save ( string path ) : void

Writes profile to a specified path.

ToString ( ) : string

Serializes the current profile and return its contents.

Приватные методы

Метод Описание
Load ( string path ) : void

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

AzureRMProfile() публичный Метод

Creates new instance of AzureRMProfile.
public AzureRMProfile ( ) : Newtonsoft.Json
Результат Newtonsoft.Json

AzureRMProfile() публичный Метод

Initializes a new instance of AzureRMProfile and loads its content from specified path.
public AzureRMProfile ( string path ) : Newtonsoft.Json
path string The location of profile file on disk.
Результат Newtonsoft.Json

Save() публичный Метод

Writes profile to the disk it was opened from disk.
public Save ( ) : void
Результат void

Save() публичный Метод

Writes profile to a specified path.
public Save ( string path ) : void
path string File path on disk to save profile to
Результат void

ToString() публичный Метод

Serializes the current profile and return its contents.
public ToString ( ) : string
Результат string