Elastacloud.AzureManagement.Fluent.SubscriptionManager.SubscriptionManager C# (CSharp) Method

SubscriptionManager() public method

Constructs a subscription manager which can be used to get other managers specific to the operations being requested
public SubscriptionManager ( string subscriptionId ) : System.Security.Cryptography.X509Certificates
subscriptionId string the subscription id
return System.Security.Cryptography.X509Certificates
        public SubscriptionManager(string subscriptionId)
        {
            _subscriptionId = subscriptionId;
        }