C# Class Microsoft.Azure.Commands.Common.Authentication.AzureSubscriptionData

Show file Open project: Azure/azure-powershell

Private Properties

Property Type Description

Public Methods

Method Description
AzureSubscriptionData ( ) : Microsoft.Azure.Commands.Common.Authentication.Models

Constructor used by DataContractSerializer

ToAzureAccounts ( ) : IEnumerable
ToAzureSubscription ( List envs ) : AzureSubscription

Method Details

AzureSubscriptionData() public method

Constructor used by DataContractSerializer
public AzureSubscriptionData ( ) : Microsoft.Azure.Commands.Common.Authentication.Models
return Microsoft.Azure.Commands.Common.Authentication.Models

ToAzureAccounts() public method

public ToAzureAccounts ( ) : IEnumerable
return IEnumerable

ToAzureSubscription() public method

public ToAzureSubscription ( List envs ) : AzureSubscription
envs List
return Microsoft.Azure.Commands.Common.Authentication.Models.AzureSubscription