Microsoft.Azure.Commands.Common.Authentication.Models.AzureAccount.AzureAccount C# (CSharp) 메소드

AzureAccount() 공개 메소드

public AzureAccount ( ) : Microsoft.Azure.Commands.Common.Authentication.Utilities
리턴 Microsoft.Azure.Commands.Common.Authentication.Utilities
        public AzureAccount()
        {
            Properties = new Dictionary<Property, string>();
        }