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

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

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