Microsoft.Azure.Commands.Batch.RemoveBatchApplicationPackageCommand.ExecuteCmdlet C# (CSharp) Method

ExecuteCmdlet() public method

public ExecuteCmdlet ( ) : void
return void
        public override void ExecuteCmdlet()
        {
            WriteVerboseWithTimestamp(Resources.BeginMAMLCall, mamlCall);
            BatchClient.DeleteApplicationPackage(this.ResourceGroupName, this.AccountName, this.ApplicationId, this.ApplicationVersion);
            WriteVerboseWithTimestamp(Resources.EndMAMLCall, mamlCall);
        }
    }
RemoveBatchApplicationPackageCommand