C# Class Microsoft.Azure.Commands.Common.Authentication.Models.AzureSMProfile

Inheritance: IAzureProfile
Afficher le fichier Open project: Azure/azure-powershell Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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

Method Details

AzureSMProfile() public méthode

Initializes a new instance of AzureSMProfile
public AzureSMProfile ( ) : Hyak.Common
Résultat Hyak.Common

AzureSMProfile() public méthode

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.
Résultat Hyak.Common

Save() public méthode

Writes profile to a ProfilePath
public Save ( ) : void
Résultat void

Save() public méthode

Writes profile to a specified path.
public Save ( string path ) : void
path string File path on disk to save profile to
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string