Elastacloud.AzureManagement.Fluent.Services.Classes.DeploymentTransaction.DeploymentTransaction C# (CSharp) Method

DeploymentTransaction() public method

Constructs a DeploymenTransaction class instance
public DeploymentTransaction ( DeploymentManager manager ) : System
manager DeploymentManager The DeploymentManager class which has the transaction state and context necessary
return System
        public DeploymentTransaction(DeploymentManager manager)
        {
            _manager = manager;
            _blobClient = new BlobClient(_manager.SubscriptionId, Constants.DefaultBlobContainerName,
                _manager.StorageAccountName, _manager.ManagementCertificate);
        }