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

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

Private Properties

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

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

Метод Описание
AzureSMProfile ( ) : Hyak.Common

Initializes a new instance of AzureSMProfile

AzureSMProfile ( string path ) : Hyak.Common

Initializes a new instance of AzureSMProfile and loads its content from specified path. Any errors generated in the process are stored in ProfileLoadErrors collection.

Save ( ) : void

Writes profile to a ProfilePath

Save ( string path ) : void

Writes profile to a specified path.

ToString ( ) : string

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

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

Initializes a new instance of AzureSMProfile
public AzureSMProfile ( ) : Hyak.Common
Результат Hyak.Common

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

Initializes a new instance of AzureSMProfile and loads its content from specified path. Any errors generated in the process are stored in ProfileLoadErrors collection.
public AzureSMProfile ( string path ) : Hyak.Common
path string Location of profile file on disk.
Результат Hyak.Common

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

Writes profile to a ProfilePath
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() публичный Метод

public ToString ( ) : string
Результат string