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

ファイルを表示 Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method Description
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.

Private Methods

Method Description
AzureContext ( AzureSubscription subscription, AzureAccount account, AzureEnvironment environment, AzureTenant tenant ) : Newtonsoft.Json

Method Details

AzureContext() public method

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
return Newtonsoft.Json

AzureContext() public method

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
return Newtonsoft.Json