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

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

공개 메소드들

메소드 설명
AzureContext ( AzureAccount account, AzureEnvironment environment, AzureTenant tenant ) : Newtonsoft.Json

Creates new instance of AzureContext.

AzureContext ( AzureSubscription subscription, AzureAccount account, AzureEnvironment environment ) : Newtonsoft.Json

Creates new instance of AzureContext.

비공개 메소드들

메소드 설명
AzureContext ( AzureSubscription subscription, AzureAccount account, AzureEnvironment environment, AzureTenant tenant ) : Newtonsoft.Json

메소드 상세

AzureContext() 공개 메소드

Creates new instance of AzureContext.
public AzureContext ( AzureAccount account, AzureEnvironment environment, AzureTenant tenant ) : Newtonsoft.Json
account AzureAccount The azure account object
environment AzureEnvironment The azure environment object
tenant AzureTenant The azure tenant object
리턴 Newtonsoft.Json

AzureContext() 공개 메소드

Creates new instance of AzureContext.
public AzureContext ( AzureSubscription subscription, AzureAccount account, AzureEnvironment environment ) : Newtonsoft.Json
subscription AzureSubscription The azure subscription object
account AzureAccount The azure account object
environment AzureEnvironment The azure environment object
리턴 Newtonsoft.Json