C# 클래스 Microsoft.Azure.Commands.Common.Authentication.Models.AzureSMProfile

상속: IAzureProfile
파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

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