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

AzureSubscription() 공개 메소드

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